Html Css Color HEX #426BCC Royal Blue

📋 copy color: '#426BCC'

red 66 ◦ green 107 ◦ blue 204

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

Shades of Royal Blue #426BCC

Tints of Royal Blue #426BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 54.11%

R = 17.51%
G = 28.38%
B = 54.11%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#426BCC (or 0x426BCC) is known color: Royal Blue. HEX triplet: 42, 6B and CC. RGB value is (66,107,204). Sum of RGB (Red+Green+Blue) = 66+107+204=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 107 (42.19% from 255 or 28.38% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #426BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426BCC is #BD9433. Grayscale: #696969. Windows color (decimal): -12424244 or 13396802. OLE color: 13396802.

HSL color Cylindrical-coordinate representation of color #426BCC: hue angle of 222.17º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #426BCC is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 107 204 -
CMYK 0.68 0.48 0 0.2
HSL 222.17º 0.58% 0.53% -
HSV(B) 222.17º 0.68% 0.8% -
XYZ 18.4 16.03 59.25 -
YUV 105.8 183.42 99.61 -
System Red Green Blue C M Y K H S L
Decimal 66 107 204 0.68 0.48 0 0.2 222.17 0.58 0.53
Hex 42 6B CC 44 30 0 14 DE 3A 35
Octal 102 153 314 104 60 0 24 336 72 65
Binary 1000010 1101011 11001100 1000100 110000 0 10100 11011110 111010 110101

Color Harmonies of #426BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426BCC

Black with #426BCC

Text Example


Text Example

White with #426BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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