Html Css Color HEX #427DC2 Steel Blue

📋 copy color: '#427DC2'

red 66 ◦ green 125 ◦ blue 194

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

Shades of Steel Blue #427DC2

Tints of Steel Blue #427DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 50.39%

R = 17.14%
G = 32.47%
B = 50.39%

CMYK

 C value IS 0.66

 M value IS 0.36

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#427DC2 (or 0x427DC2) is known color: Steel Blue. HEX triplet: 42, 7D and C2. RGB value is (66,125,194). Sum of RGB (Red+Green+Blue) = 66+125+194=385 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.14% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 194 (76.17% from 255 or 50.39% from 385); Max value from RGB is 194 - color contains mainly: blue. Hex color #427DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DC2 is #BD823D. Grayscale: #727272. Windows color (decimal): -12419646 or 12746050. OLE color: 12746050.

HSL color Cylindrical-coordinate representation of color #427DC2: hue angle of 212.34º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #427DC2 is Cyan = 0.66, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 66 125 194 -
CMYK 0.66 0.36 0 0.24
HSL 212.34º 0.51% 0.51% -
HSV(B) 212.34º 0.66% 0.76% -
XYZ 19.32 19.72 53.83 -
YUV 115.23 172.45 92.89 -
System Red Green Blue C M Y K H S L
Decimal 66 125 194 0.66 0.36 0 0.24 212.34 0.51 0.51
Hex 42 7D C2 42 24 0 18 D4 33 33
Octal 102 175 302 102 44 0 30 324 63 63
Binary 1000010 1111101 11000010 1000010 100100 0 11000 11010100 110011 110011

Color Harmonies of #427DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DC2

Black with #427DC2

Text Example


Text Example

White with #427DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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