#426BDF

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

Shades of Royal Blue #426BDF

Tints of Royal Blue #426BDF

Color information

#426BDF (or 0x426BDF) is unknown color: approx Royal Blue. HEX triplet: 42, 6B and DF. RGB value is (66,107,223). Sum of RGB (Red+Green+Blue) = 66+107+223=396 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.67% from 396); Green value is 107 (42.19% from 255 or 27.02% from 396); Blue value is 223 (87.5% from 255 or 56.31% from 396); Max value from RGB is 223 - color contains mainly: blue. Hex color #426BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BDF is #BD9420. Grayscale: #6B6B6B. Windows color (decimal): -12424225 or 14641986. OLE color: 14641986.

HSL color Cylindrical-coordinate representation of color #426BDF: hue angle of 224.33º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426BDF is Cyan = 0.70, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB66107223-
CMYK0.700.5200.13
HSL224.33º71.04%56.67%-
HSV(B)224.33º70.4%87.45%-
XYZ20.821772-
YUV107.96192.9298.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 16.67%
GREEN value IS 107 (42.19% from 255) = 27.02%
BLUE value IS 223 (87.5% from 255) = 56.31%
R=16.67%
G=27.02%
B=56.31%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal661072230.700.5200.13224.3371.0456.67
Hex426BDF46340De04739
Octal1021533371066401534010771
Binary1000010110101111011111100011011010001101111000001000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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