Html Css Color HEX #427DAE Steel Blue

📋 copy color: '#427DAE'

red 66 ◦ green 125 ◦ blue 174

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

Shades of Steel Blue #427DAE

Tints of Steel Blue #427DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.67%

R = 18.08%
G = 34.25%
B = 47.67%

CMYK

 C value IS 0.62

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#427DAE (or 0x427DAE) is known color: Steel Blue. HEX triplet: 42, 7D and AE. RGB value is (66,125,174). Sum of RGB (Red+Green+Blue) = 66+125+174=365 (48% of max value = 765). Red value is 66 (26.17% from 255 or 18.08% from 365); Green value is 125 (49.22% from 255 or 34.25% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #427DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427DAE is #BD8251. Grayscale: #707070. Windows color (decimal): -12419666 or 11435330. OLE color: 11435330.

HSL color Cylindrical-coordinate representation of color #427DAE: hue angle of 207.22º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #427DAE is Cyan = 0.62, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 125 174 -
CMYK 0.62 0.28 0 0.32
HSL 207.22º 0.45% 0.47% -
HSV(B) 207.22º 0.62% 0.68% -
XYZ 17.22 18.88 42.78 -
YUV 112.95 162.45 94.52 -
System Red Green Blue C M Y K H S L
Decimal 66 125 174 0.62 0.28 0 0.32 207.22 0.45 0.47
Hex 42 7D AE 3E 1C 0 20 CF 2D 2F
Octal 102 175 256 76 34 0 40 317 55 57
Binary 1000010 1111101 10101110 111110 11100 0 100000 11001111 101101 101111

Color Harmonies of #427DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DAE

Black with #427DAE

Text Example


Text Example

White with #427DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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