Html Css Color HEX #426BD9 Royal Blue

📋 copy color: '#426BD9'

red 66 ◦ green 107 ◦ blue 217

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

Shades of Royal Blue #426BD9

Tints of Royal Blue #426BD9

RGB

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

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

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

R = 16.92%
G = 27.44%
B = 55.64%

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

#426BD9 (or 0x426BD9) is known color: Royal Blue. HEX triplet: 42, 6B and D9. RGB value is (66,107,217). Sum of RGB (Red+Green+Blue) = 66+107+217=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 217 (85.16% from 255 or 55.64% from 390); Max value from RGB is 217 - color contains mainly: blue. Hex color #426BD9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BD9 is #BD9426. Grayscale: #6A6A6A. Windows color (decimal): -12424231 or 14248770. OLE color: 14248770.

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

Color convert

RGB 66 107 217 -
CMYK 0.70 0.51 0 0.15
HSL 223.71º 0.67% 0.55% -
HSV(B) 223.71º 0.7% 0.85% -
XYZ 20.03 16.68 67.81 -
YUV 107.28 189.92 98.56 -
System Red Green Blue C M Y K H S L
Decimal 66 107 217 0.70 0.51 0 0.15 223.71 0.67 0.55
Hex 42 6B D9 46 33 0 F E0 43 37
Octal 102 153 331 106 63 0 17 340 103 67
Binary 1000010 1101011 11011001 1000110 110011 0 1111 11100000 1000011 110111

Color Harmonies of #426BD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BD9

Black with #426BD9

Text Example


Text Example

White with #426BD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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