Html Css Color HEX #427DC0 Steel Blue

📋 copy color: '#427DC0'

red 66 ◦ green 125 ◦ blue 192

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

Shades of Steel Blue #427DC0

Tints of Steel Blue #427DC0

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.64%

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

R = 17.23%
G = 32.64%
B = 50.13%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#427DC0 (or 0x427DC0) is known color: Steel Blue. HEX triplet: 42, 7D and C0. RGB value is (66,125,192). Sum of RGB (Red+Green+Blue) = 66+125+192=383 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.23% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #427DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DC0 is #BD823F. Grayscale: #727272. Windows color (decimal): -12419648 or 12614978. OLE color: 12614978.

HSL color Cylindrical-coordinate representation of color #427DC0: hue angle of 211.9º 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 #427DC0 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 125 192 -
CMYK 0.66 0.35 0 0.25
HSL 211.9º 0.5% 0.51% -
HSV(B) 211.9º 0.66% 0.75% -
XYZ 19.09 19.63 52.65 -
YUV 115 171.45 93.05 -
System Red Green Blue C M Y K H S L
Decimal 66 125 192 0.66 0.35 0 0.25 211.9 0.5 0.51
Hex 42 7D C0 42 23 0 19 D4 32 33
Octal 102 175 300 102 43 0 31 324 62 63
Binary 1000010 1111101 11000000 1000010 100011 0 11001 11010100 110010 110011

Color Harmonies of #427DC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DC0

Black with #427DC0

Text Example


Text Example

White with #427DC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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