#426FCE

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

Shades of Royal Blue #426FCE

Tints of Royal Blue #426FCE

Color information

#426FCE (or 0x426FCE) is unknown color: approx Royal Blue. HEX triplet: 42, 6F and CE. RGB value is (66,111,206). Sum of RGB (Red+Green+Blue) = 66+111+206=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #426FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FCE is #BD9031. Grayscale: #6B6B6B. Windows color (decimal): -12423218 or 13528898. OLE color: 13528898.

HSL color Cylindrical-coordinate representation of color #426FCE: hue angle of 220.71º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426FCE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB66111206-
CMYK0.680.4600.19
HSL220.71º58.82%53.33%-
HSV(B)220.71º67.96%80.78%-
XYZ19.0716.9860.67-
YUV108.38183.0997.78-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.23%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 206 (80.86% from 255) = 53.79%
R=17.23%
G=28.98%
B=53.79%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal661112060.680.4600.19220.7158.8253.33
Hex426FCE442E013dd3b35
Octal102157316104560233357365
Binary1000010110111111001110100010010111001001111011101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #426FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,111,206); }

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

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

 a { background-color: rgb(66,111,206); }

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

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

 span { border-color: rgb(66,111,206); }

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