Html Css Color HEX #426ECE Royal Blue

📋 copy color: '#426ECE'

red 66 ◦ green 110 ◦ blue 206

#426ECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Blue #426ECE

Tints of Royal Blue #426ECE

RGB

 RED value IS 66 (26.17% from 255) = 17.28%

 GREEN value IS 110 (43.36% from 255) = 28.8%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 17.28%
G = 28.8%
B = 53.93%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#426ECE (or 0x426ECE) is known color: Royal Blue. HEX triplet: 42, 6E and CE. RGB value is (66,110,206). Sum of RGB (Red+Green+Blue) = 66+110+206=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 110 (43.36% from 255 or 28.80% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #426ECE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ECE is #BD9131. Grayscale: #6B6B6B. Windows color (decimal): -12423474 or 13528642. OLE color: 13528642.

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

Color convert

RGB 66 110 206 -
CMYK 0.68 0.47 0 0.19
HSL 221.14º 0.59% 0.53% -
HSV(B) 221.14º 0.68% 0.81% -
XYZ 18.96 16.77 60.63 -
YUV 107.79 183.42 98.19 -
System Red Green Blue C M Y K H S L
Decimal 66 110 206 0.68 0.47 0 0.19 221.14 0.59 0.53
Hex 42 6E CE 44 2F 0 13 DD 3B 35
Octal 102 156 316 104 57 0 23 335 73 65
Binary 1000010 1101110 11001110 1000100 101111 0 10011 11011101 111011 110101

Color Harmonies of #426ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ECE

Black with #426ECE

Text Example


Text Example

White with #426ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #426ECE;
 }
 .AnyTagClassName
 {
   color: #426ECE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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