#426ACD

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

Shades of Royal Blue #426ACD

Tints of Royal Blue #426ACD

Color information

#426ACD (or 0x426ACD) is unknown color: approx Royal Blue. HEX triplet: 42, 6A and CD. RGB value is (66,106,205). Sum of RGB (Red+Green+Blue) = 66+106+205=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 106 (41.80% from 255 or 28.12% from 377); Blue value is 205 (80.47% from 255 or 54.38% from 377); Max value from RGB is 205 - color contains mainly: blue. Hex color #426ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ACD is #BD9532. Grayscale: #686868. Windows color (decimal): -12424499 or 13462082. OLE color: 13462082.

HSL color Cylindrical-coordinate representation of color #426ACD: hue angle of 222.73º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426ACD is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66106205-
CMYK0.680.4800.20
HSL222.73º58.16%53.14%-
HSV(B)222.73º67.8%80.39%-
XYZ18.4215.8759.85-
YUV105.33184.2599.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.51%
GREEN value IS 106 (41.80% from 255) = 28.12%
BLUE value IS 205 (80.47% from 255) = 54.38%
R=17.51%
G=28.12%
B=54.38%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal661062050.680.4800.20222.7358.1653.14
Hex426ACD4430014df3a35
Octal102152315104600243377265
Binary1000010110101011001101100010011000001010011011111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #426ACD; }

 p { color: rgb(66,106,205); }

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

<style>
 a { background-color: #426ACD; }

 a { background-color: rgb(66,106,205); }

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

<style>
 span { border-color: #426ACD; }

 span { border-color: rgb(66,106,205); }

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