Html Css Color HEX #426ED6 Royal Blue

📋 copy color: '#426ED6'

red 66 ◦ green 110 ◦ blue 214

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

Shades of Royal Blue #426ED6

Tints of Royal Blue #426ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 54.87%

R = 16.92%
G = 28.21%
B = 54.87%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#426ED6 (or 0x426ED6) is known color: Royal Blue. HEX triplet: 42, 6E and D6. RGB value is (66,110,214). Sum of RGB (Red+Green+Blue) = 66+110+214=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 214 (83.98% from 255 or 54.87% from 390); Max value from RGB is 214 - color contains mainly: blue. Hex color #426ED6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ED6 is #BD9129. Grayscale: #6C6C6C. Windows color (decimal): -12423466 or 14052930. OLE color: 14052930.

HSL color Cylindrical-coordinate representation of color #426ED6: hue angle of 222.16º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #426ED6 is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 66 110 214 -
CMYK 0.69 0.49 0 0.16
HSL 222.16º 0.64% 0.55% -
HSV(B) 222.16º 0.69% 0.84% -
XYZ 19.96 17.17 65.88 -
YUV 108.7 187.42 97.54 -
System Red Green Blue C M Y K H S L
Decimal 66 110 214 0.69 0.49 0 0.16 222.16 0.64 0.55
Hex 42 6E D6 45 31 0 10 DE 40 37
Octal 102 156 326 105 61 0 20 336 100 67
Binary 1000010 1101110 11010110 1000101 110001 0 10000 11011110 1000000 110111

Color Harmonies of #426ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ED6

Black with #426ED6

Text Example


Text Example

White with #426ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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