#426BCD

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

Shades of Royal Blue #426BCD

Tints of Royal Blue #426BCD

Color information

#426BCD (or 0x426BCD) is unknown color: approx Royal Blue. HEX triplet: 42, 6B and CD. RGB value is (66,107,205). Sum of RGB (Red+Green+Blue) = 66+107+205=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 107 (42.19% from 255 or 28.31% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #426BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BCD is #BD9432. Grayscale: #696969. Windows color (decimal): -12424243 or 13462338. OLE color: 13462338.

HSL color Cylindrical-coordinate representation of color #426BCD: hue angle of 222.3º 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 #426BCD is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB66107205-
CMYK0.680.4800.20
HSL222.3º58.16%53.14%-
HSV(B)222.3º67.8%80.39%-
XYZ18.5216.0859.89-
YUV105.91183.9299.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.46%
GREEN value IS 107 (42.19% from 255) = 28.31%
BLUE value IS 205 (80.47% from 255) = 54.23%
R=17.46%
G=28.31%
B=54.23%

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
Decimal661072050.680.4800.20222.358.1653.14
Hex426BCD4430014de3a35
Octal102153315104600243367265
Binary1000010110101111001101100010011000001010011011110111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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