Html Css Color HEX #426FCC Royal Blue

📋 copy color: '#426FCC'

red 66 ◦ green 111 ◦ blue 204

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

Shades of Royal Blue #426FCC

Tints of Royal Blue #426FCC

RGB

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

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

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

R = 17.32%
G = 29.13%
B = 53.54%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#426FCC (or 0x426FCC) is known color: Royal Blue. HEX triplet: 42, 6F and CC. RGB value is (66,111,204). Sum of RGB (Red+Green+Blue) = 66+111+204=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 204 (80.08% from 255 or 53.54% from 381); Max value from RGB is 204 - color contains mainly: blue. Hex color #426FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426FCC is #BD9033. Grayscale: #6B6B6B. Windows color (decimal): -12423220 or 13397826. OLE color: 13397826.

HSL color Cylindrical-coordinate representation of color #426FCC: hue angle of 220.43º 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 #426FCC is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 66 111 204 -
CMYK 0.68 0.46 0 0.2
HSL 220.43º 0.58% 0.53% -
HSV(B) 220.43º 0.68% 0.8% -
XYZ 18.83 16.89 59.39 -
YUV 108.15 182.09 97.94 -
System Red Green Blue C M Y K H S L
Decimal 66 111 204 0.68 0.46 0 0.2 220.43 0.58 0.53
Hex 42 6F CC 44 2E 0 14 DC 3A 35
Octal 102 157 314 104 56 0 24 334 72 65
Binary 1000010 1101111 11001100 1000100 101110 0 10100 11011100 111010 110101

Color Harmonies of #426FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426FCC

Black with #426FCC

Text Example


Text Example

White with #426FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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