Html Css Color HEX #427EC0 Steel Blue

📋 copy color: '#427EC0'

red 66 ◦ green 126 ◦ blue 192

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

Shades of Steel Blue #427EC0

Tints of Steel Blue #427EC0

RGB

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

 GREEN value IS 126 (49.61% from 255) = 32.81%

 BLUE value IS 192 (75.39% from 255) = 50%

R = 17.19%
G = 32.81%
B = 50%

CMYK

 C value IS 0.66

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#427EC0 (or 0x427EC0) is known color: Steel Blue. HEX triplet: 42, 7E and C0. RGB value is (66,126,192). Sum of RGB (Red+Green+Blue) = 66+126+192=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #427EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427EC0 is #BD813F. Grayscale: #737373. Windows color (decimal): -12419392 or 12615234. OLE color: 12615234.

HSL color Cylindrical-coordinate representation of color #427EC0: hue angle of 211.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427EC0 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 126 192 -
CMYK 0.66 0.34 0 0.25
HSL 211.43º 0.5% 0.51% -
HSV(B) 211.43º 0.66% 0.75% -
XYZ 19.22 19.89 52.69 -
YUV 115.58 171.12 92.63 -
System Red Green Blue C M Y K H S L
Decimal 66 126 192 0.66 0.34 0 0.25 211.43 0.5 0.51
Hex 42 7E C0 42 22 0 19 D3 32 33
Octal 102 176 300 102 42 0 31 323 62 63
Binary 1000010 1111110 11000000 1000010 100010 0 11001 11010011 110010 110011

Color Harmonies of #427EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427EC0

Black with #427EC0

Text Example


Text Example

White with #427EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #427EC0; }

 p { color: rgb(66,126,192); }

 H1.HeaderClassName
 {
   color: #427EC0;
 }
 .AnyTagClassName
 {
   color: #427EC0;
 }
</style>

background-color css

<style>
 a { background-color: #427EC0; }

 a { background-color: rgb(66,126,192); }

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

border-color css

<style>
 span { border-color: #427EC0; }

 span { border-color: rgb(66,126,192); }

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