Html Css Color HEX #426FC6 Royal Blue

📋 copy color: '#426FC6'

red 66 ◦ green 111 ◦ blue 198

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

Shades of Royal Blue #426FC6

Tints of Royal Blue #426FC6

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.6%

 BLUE value IS 198 (77.73% from 255) = 52.8%

R = 17.6%
G = 29.6%
B = 52.8%

CMYK

 C value IS 0.67

 M value IS 0.44

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#426FC6 (or 0x426FC6) is known color: Royal Blue. HEX triplet: 42, 6F and C6. RGB value is (66,111,198). Sum of RGB (Red+Green+Blue) = 66+111+198=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 198 (77.73% from 255 or 52.8% from 375); Max value from RGB is 198 - color contains mainly: blue. Hex color #426FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FC6 is #BD9039. Grayscale: #6B6B6B. Windows color (decimal): -12423226 or 13004610. OLE color: 13004610.

HSL color Cylindrical-coordinate representation of color #426FC6: hue angle of 219.55º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #426FC6 is Cyan = 0.67, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 66 111 198 -
CMYK 0.67 0.44 0 0.22
HSL 219.55º 0.54% 0.52% -
HSV(B) 219.55º 0.67% 0.78% -
XYZ 18.12 16.6 55.68 -
YUV 107.46 179.09 98.43 -
System Red Green Blue C M Y K H S L
Decimal 66 111 198 0.67 0.44 0 0.22 219.55 0.54 0.52
Hex 42 6F C6 43 2C 0 16 DC 36 34
Octal 102 157 306 103 54 0 26 334 66 64
Binary 1000010 1101111 11000110 1000011 101100 0 10110 11011100 110110 110100

Color Harmonies of #426FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FC6

Black with #426FC6

Text Example


Text Example

White with #426FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,111,198); }

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

background-color css

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

 a { background-color: rgb(66,111,198); }

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

border-color css

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

 span { border-color: rgb(66,111,198); }

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