Html Css Color HEX #426DD8 Royal Blue

📋 copy color: '#426DD8'

red 66 ◦ green 109 ◦ blue 216

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

Shades of Royal Blue #426DD8

Tints of Royal Blue #426DD8

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.88%

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

R = 16.88%
G = 27.88%
B = 55.24%

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

#426DD8 (or 0x426DD8) is known color: Royal Blue. HEX triplet: 42, 6D and D8. RGB value is (66,109,216). Sum of RGB (Red+Green+Blue) = 66+109+216=391 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.88% from 391); Green value is 109 (42.97% from 255 or 27.88% from 391); Blue value is 216 (84.77% from 255 or 55.24% from 391); Max value from RGB is 216 - color contains mainly: blue. Hex color #426DD8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426DD8 is #BD9227. Grayscale: #6B6B6B. Windows color (decimal): -12423720 or 14183746. OLE color: 14183746.

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

Color convert

RGB 66 109 216 -
CMYK 0.69 0.50 0 0.15
HSL 222.8º 0.66% 0.55% -
HSV(B) 222.8º 0.69% 0.85% -
XYZ 20.11 17.05 67.2 -
YUV 108.34 188.75 97.8 -
System Red Green Blue C M Y K H S L
Decimal 66 109 216 0.69 0.50 0 0.15 222.8 0.66 0.55
Hex 42 6D D8 45 32 0 F DF 42 37
Octal 102 155 330 105 62 0 17 337 102 67
Binary 1000010 1101101 11011000 1000101 110010 0 1111 11011111 1000010 110111

Color Harmonies of #426DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426DD8

Black with #426DD8

Text Example


Text Example

White with #426DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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