Html Css Color HEX #426BC9 Royal Blue

📋 copy color: '#426BC9'

red 66 ◦ green 107 ◦ blue 201

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

Shades of Royal Blue #426BC9

Tints of Royal Blue #426BC9

RGB

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

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

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

R = 17.65%
G = 28.61%
B = 53.74%

CMYK

 C value IS 0.67

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#426BC9 (or 0x426BC9) is known color: Royal Blue. HEX triplet: 42, 6B and C9. RGB value is (66,107,201). Sum of RGB (Red+Green+Blue) = 66+107+201=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 201 (78.91% from 255 or 53.74% from 374); Max value from RGB is 201 - color contains mainly: blue. Hex color #426BC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BC9 is #BD9436. Grayscale: #696969. Windows color (decimal): -12424247 or 13200194. OLE color: 13200194.

HSL color Cylindrical-coordinate representation of color #426BC9: hue angle of 221.78º 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 #426BC9 is Cyan = 0.67, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 66 107 201 -
CMYK 0.67 0.47 0 0.21
HSL 221.78º 0.56% 0.52% -
HSV(B) 221.78º 0.67% 0.79% -
XYZ 18.05 15.89 57.37 -
YUV 105.46 181.92 99.86 -
System Red Green Blue C M Y K H S L
Decimal 66 107 201 0.67 0.47 0 0.21 221.78 0.56 0.52
Hex 42 6B C9 43 2F 0 15 DE 38 34
Octal 102 153 311 103 57 0 25 336 70 64
Binary 1000010 1101011 11001001 1000011 101111 0 10101 11011110 111000 110100

Color Harmonies of #426BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BC9

Black with #426BC9

Text Example


Text Example

White with #426BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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