Html Css Color HEX #426ECD Royal Blue

📋 copy color: '#426ECD'

red 66 ◦ green 110 ◦ blue 205

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

Shades of Royal Blue #426ECD

Tints of Royal Blue #426ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.87%

 BLUE value IS 205 (80.47% from 255) = 53.81%

R = 17.32%
G = 28.87%
B = 53.81%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#426ECD (or 0x426ECD) is known color: Royal Blue. HEX triplet: 42, 6E and CD. RGB value is (66,110,205). Sum of RGB (Red+Green+Blue) = 66+110+205=381 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.32% from 381); Green value is 110 (43.36% from 255 or 28.87% from 381); Blue value is 205 (80.47% from 255 or 53.81% from 381); Max value from RGB is 205 - color contains mainly: blue. Hex color #426ECD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #426ECD is #BD9132. Grayscale: #6B6B6B. Windows color (decimal): -12423475 or 13463106. OLE color: 13463106.

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

Color convert

RGB 66 110 205 -
CMYK 0.68 0.46 0 0.20
HSL 221.01º 0.58% 0.53% -
HSV(B) 221.01º 0.68% 0.8% -
XYZ 18.84 16.72 59.99 -
YUV 107.67 182.92 98.28 -
System Red Green Blue C M Y K H S L
Decimal 66 110 205 0.68 0.46 0 0.20 221.01 0.58 0.53
Hex 42 6E CD 44 2E 0 14 DD 3A 35
Octal 102 156 315 104 56 0 24 335 72 65
Binary 1000010 1101110 11001101 1000100 101110 0 10100 11011101 111010 110101

Color Harmonies of #426ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #426ECD

Black with #426ECD

Text Example


Text Example

White with #426ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,110,205); }

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

background-color css

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

 a { background-color: rgb(66,110,205); }

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

border-color css

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

 span { border-color: rgb(66,110,205); }

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