Html Css Color HEX #427DAA Steel Blue

📋 copy color: '#427DAA'

red 66 ◦ green 125 ◦ blue 170

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

Shades of Steel Blue #427DAA

Tints of Steel Blue #427DAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 47.09%

R = 18.28%
G = 34.63%
B = 47.09%

CMYK

 C value IS 0.61

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#427DAA (or 0x427DAA) is known color: Steel Blue. HEX triplet: 42, 7D and AA. RGB value is (66,125,170). Sum of RGB (Red+Green+Blue) = 66+125+170=361 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.28% from 361); Green value is 125 (49.22% from 255 or 34.63% from 361); Blue value is 170 (66.80% from 255 or 47.09% from 361); Max value from RGB is 170 - color contains mainly: blue. Hex color #427DAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427DAA is #BD8255. Grayscale: #707070. Windows color (decimal): -12419670 or 11173186. OLE color: 11173186.

HSL color Cylindrical-coordinate representation of color #427DAA: hue angle of 205.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #427DAA is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 125 170 -
CMYK 0.61 0.26 0 0.33
HSL 205.96º 0.44% 0.46% -
HSV(B) 205.96º 0.61% 0.67% -
XYZ 16.84 18.73 40.76 -
YUV 112.49 160.45 94.84 -
System Red Green Blue C M Y K H S L
Decimal 66 125 170 0.61 0.26 0 0.33 205.96 0.44 0.46
Hex 42 7D AA 3D 1A 0 21 CE 2C 2E
Octal 102 175 252 75 32 0 41 316 54 56
Binary 1000010 1111101 10101010 111101 11010 0 100001 11001110 101100 101110

Color Harmonies of #427DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DAA

Black with #427DAA

Text Example


Text Example

White with #427DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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