#2469D8

Color #2469D8 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #2469D8

Tints of Royal Blue #2469D8

Color information

#2469D8 (or 0x2469D8) is unknown color: approx Royal Blue. HEX triplet: 24, 69 and D8. RGB value is (36,105,216). Sum of RGB (Red+Green+Blue) = 36+105+216=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 105 (41.41% from 255 or 29.41% from 357); Blue value is 216 (84.77% from 255 or 60.50% from 357); Max value from RGB is 216 - color contains mainly: blue. Hex color #2469D8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2469D8 is #DB9627. Grayscale: #606060. Windows color (decimal): -14390824 or 14182692. OLE color: 14182692.

HSL color Cylindrical-coordinate representation of color #2469D8: hue angle of 217º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2469D8 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB36105216-
CMYK0.830.5100.15
HSL217º71.43%49.41%-
HSV(B)217º83.33%84.71%-
XYZ18.1715.4466.99-
YUV97.02195.1484.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 36 (14.45% from 255) = 10.08%
GREEN value IS 105 (41.41% from 255) = 29.41%
BLUE value IS 216 (84.77% from 255) = 60.50%
R=10.08%
G=29.41%
B=60.50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal361052160.830.5100.1521771.4349.41
Hex2469D853330Fd94731
Octal441513301236301733110761
Binary100100110100111011000101001111001101111110110011000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2469D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2469D8; }

 p { color: rgb(36,105,216); }

 H1.HeaderClassName
 {
   color: #2469D8;
 }
 .AnyTagClassName
 {
   color: #2469D8;
 }
</style>
background-color css

<style>
 a { background-color: #2469D8; }

 a { background-color: rgb(36,105,216); }

 div.DivClassName
 {
   background-color: #2469D8;
 }
 .BgClassName
 {
   background-color: #2469D8;
 }
</style>
border-color css

<style>
 span { border-color: #2469D8; }

 span { border-color: rgb(36,105,216); }

 td.TdClassName
 {
   border-color: #2469D8;
 }
 .TagClassName
 {
   border-color: #2469D8;
 }
</style>