Html Css Color HEX #426ED8 Royal Blue

📋 copy color: '#426ED8'

red 66 ◦ green 110 ◦ blue 216

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

Shades of Royal Blue #426ED8

Tints of Royal Blue #426ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 55.1%

R = 16.84%
G = 28.06%
B = 55.1%

CMYK

 C value IS 0.69

 M value IS 0.49

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#426ED8 (or 0x426ED8) is known color: Royal Blue. HEX triplet: 42, 6E and D8. RGB value is (66,110,216). Sum of RGB (Red+Green+Blue) = 66+110+216=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 216 (84.77% from 255 or 55.10% from 392); Max value from RGB is 216 - color contains mainly: blue. Hex color #426ED8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ED8 is #BD9127. Grayscale: #6C6C6C. Windows color (decimal): -12423464 or 14184002. OLE color: 14184002.

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

Color convert

RGB 66 110 216 -
CMYK 0.69 0.49 0 0.15
HSL 222.4º 0.66% 0.55% -
HSV(B) 222.4º 0.69% 0.85% -
XYZ 20.22 17.27 67.23 -
YUV 108.93 188.42 97.38 -
System Red Green Blue C M Y K H S L
Decimal 66 110 216 0.69 0.49 0 0.15 222.4 0.66 0.55
Hex 42 6E D8 45 31 0 F DE 42 37
Octal 102 156 330 105 61 0 17 336 102 67
Binary 1000010 1101110 11011000 1000101 110001 0 1111 11011110 1000010 110111

Color Harmonies of #426ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ED8

Black with #426ED8

Text Example


Text Example

White with #426ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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