Html Css Color HEX #426AD9 Royal Blue

📋 copy color: '#426AD9'

red 66 ◦ green 106 ◦ blue 217

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

Shades of Royal Blue #426AD9

Tints of Royal Blue #426AD9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.25%

 BLUE value IS 217 (85.16% from 255) = 55.78%

R = 16.97%
G = 27.25%
B = 55.78%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#426AD9 (or 0x426AD9) is known color: Royal Blue. HEX triplet: 42, 6A and D9. RGB value is (66,106,217). Sum of RGB (Red+Green+Blue) = 66+106+217=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 106 (41.80% from 255 or 27.25% from 389); Blue value is 217 (85.16% from 255 or 55.78% from 389); Max value from RGB is 217 - color contains mainly: blue. Hex color #426AD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426AD9 is #BD9526. Grayscale: #6A6A6A. Windows color (decimal): -12424487 or 14248514. OLE color: 14248514.

HSL color Cylindrical-coordinate representation of color #426AD9: hue angle of 224.11º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426AD9 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 106 217 -
CMYK 0.70 0.51 0 0.15
HSL 224.11º 0.67% 0.55% -
HSV(B) 224.11º 0.7% 0.85% -
XYZ 19.93 16.48 67.78 -
YUV 106.69 190.25 98.97 -
System Red Green Blue C M Y K H S L
Decimal 66 106 217 0.70 0.51 0 0.15 224.11 0.67 0.55
Hex 42 6A D9 46 33 0 F E0 43 37
Octal 102 152 331 106 63 0 17 340 103 67
Binary 1000010 1101010 11011001 1000110 110011 0 1111 11100000 1000011 110111

Color Harmonies of #426AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426AD9

Black with #426AD9

Text Example


Text Example

White with #426AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,106,217); }

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

background-color css

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

 a { background-color: rgb(66,106,217); }

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

border-color css

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

 span { border-color: rgb(66,106,217); }

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