Html Css Color HEX #426BD8 Royal Blue

📋 copy color: '#426BD8'

red 66 ◦ green 107 ◦ blue 216

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

Shades of Royal Blue #426BD8

Tints of Royal Blue #426BD8

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.51%

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

R = 16.97%
G = 27.51%
B = 55.53%

CMYK

 C value IS 0.69

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#426BD8 (or 0x426BD8) is known color: Royal Blue. HEX triplet: 42, 6B and D8. RGB value is (66,107,216). Sum of RGB (Red+Green+Blue) = 66+107+216=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 107 (42.19% from 255 or 27.51% from 389); Blue value is 216 (84.77% from 255 or 55.53% from 389); Max value from RGB is 216 - color contains mainly: blue. Hex color #426BD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BD8 is #BD9427. Grayscale: #6A6A6A. Windows color (decimal): -12424232 or 14183234. OLE color: 14183234.

HSL color Cylindrical-coordinate representation of color #426BD8: hue angle of 223.6º 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 #426BD8 is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 107 216 -
CMYK 0.69 0.50 0 0.15
HSL 223.6º 0.66% 0.55% -
HSV(B) 223.6º 0.69% 0.85% -
XYZ 19.9 16.63 67.13 -
YUV 107.17 189.42 98.64 -
System Red Green Blue C M Y K H S L
Decimal 66 107 216 0.69 0.50 0 0.15 223.6 0.66 0.55
Hex 42 6B D8 45 32 0 F E0 42 37
Octal 102 153 330 105 62 0 17 340 102 67
Binary 1000010 1101011 11011000 1000101 110010 0 1111 11100000 1000010 110111

Color Harmonies of #426BD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BD8

Black with #426BD8

Text Example


Text Example

White with #426BD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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