Html Css Color HEX #426CDC Royal Blue

📋 copy color: '#426CDC'

red 66 ◦ green 108 ◦ blue 220

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

Shades of Royal Blue #426CDC

Tints of Royal Blue #426CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 220 (86.33% from 255) = 55.84%

R = 16.75%
G = 27.41%
B = 55.84%

CMYK

 C value IS 0.7

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#426CDC (or 0x426CDC) is known color: Royal Blue. HEX triplet: 42, 6C and DC. RGB value is (66,108,220). Sum of RGB (Red+Green+Blue) = 66+108+220=394 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.75% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 220 (86.33% from 255 or 55.84% from 394); Max value from RGB is 220 - color contains mainly: blue. Hex color #426CDC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426CDC is #BD9323. Grayscale: #6B6B6B. Windows color (decimal): -12423972 or 14445634. OLE color: 14445634.

HSL color Cylindrical-coordinate representation of color #426CDC: hue angle of 223.64º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #426CDC is Cyan = 0.7, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 66 108 220 -
CMYK 0.7 0.51 0 0.14
HSL 223.64º 0.69% 0.56% -
HSV(B) 223.64º 0.7% 0.86% -
XYZ 20.53 17.05 69.92 -
YUV 108.21 191.09 97.89 -
System Red Green Blue C M Y K H S L
Decimal 66 108 220 0.7 0.51 0 0.14 223.64 0.69 0.56
Hex 42 6C DC 46 33 0 E E0 45 38
Octal 102 154 334 106 63 0 16 340 105 70
Binary 1000010 1101100 11011100 1000110 110011 0 1110 11100000 1000101 111000

Color Harmonies of #426CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426CDC

Black with #426CDC

Text Example


Text Example

White with #426CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,108,220); }

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

background-color css

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

 a { background-color: rgb(66,108,220); }

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

border-color css

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

 span { border-color: rgb(66,108,220); }

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