Html Css Color HEX #426EC9 Royal Blue

📋 copy color: '#426EC9'

red 66 ◦ green 110 ◦ blue 201

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

Shades of Royal Blue #426EC9

Tints of Royal Blue #426EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 53.32%

R = 17.51%
G = 29.18%
B = 53.32%

CMYK

 C value IS 0.67

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#426EC9 (or 0x426EC9) is known color: Royal Blue. HEX triplet: 42, 6E and C9. RGB value is (66,110,201). Sum of RGB (Red+Green+Blue) = 66+110+201=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 110 (43.36% from 255 or 29.18% from 377); Blue value is 201 (78.91% from 255 or 53.32% from 377); Max value from RGB is 201 - color contains mainly: blue. Hex color #426EC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426EC9 is #BD9136. Grayscale: #6A6A6A. Windows color (decimal): -12423479 or 13200962. OLE color: 13200962.

HSL color Cylindrical-coordinate representation of color #426EC9: hue angle of 220.44º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426EC9 is Cyan = 0.67, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 110 201 -
CMYK 0.67 0.45 0 0.21
HSL 220.44º 0.56% 0.52% -
HSV(B) 220.44º 0.67% 0.79% -
XYZ 18.37 16.53 57.48 -
YUV 107.22 180.92 98.6 -
System Red Green Blue C M Y K H S L
Decimal 66 110 201 0.67 0.45 0 0.21 220.44 0.56 0.52
Hex 42 6E C9 43 2D 0 15 DC 38 34
Octal 102 156 311 103 55 0 25 334 70 64
Binary 1000010 1101110 11001001 1000011 101101 0 10101 11011100 111000 110100

Color Harmonies of #426EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426EC9

Black with #426EC9

Text Example


Text Example

White with #426EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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