Html Css Color HEX #427DAB Steel Blue

📋 copy color: '#427DAB'

red 66 ◦ green 125 ◦ blue 171

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

Shades of Steel Blue #427DAB

Tints of Steel Blue #427DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.24%

R = 18.23%
G = 34.53%
B = 47.24%

CMYK

 C value IS 0.61

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#427DAB (or 0x427DAB) is known color: Steel Blue. HEX triplet: 42, 7D and AB. RGB value is (66,125,171). Sum of RGB (Red+Green+Blue) = 66+125+171=362 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.23% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #427DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427DAB is #BD8254. Grayscale: #707070. Windows color (decimal): -12419669 or 11238722. OLE color: 11238722.

HSL color Cylindrical-coordinate representation of color #427DAB: hue angle of 206.29º 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 #427DAB is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 125 171 -
CMYK 0.61 0.27 0 0.33
HSL 206.29º 0.44% 0.46% -
HSV(B) 206.29º 0.61% 0.67% -
XYZ 16.93 18.77 41.26 -
YUV 112.6 160.95 94.76 -
System Red Green Blue C M Y K H S L
Decimal 66 125 171 0.61 0.27 0 0.33 206.29 0.44 0.46
Hex 42 7D AB 3D 1B 0 21 CE 2C 2E
Octal 102 175 253 75 33 0 41 316 54 56
Binary 1000010 1111101 10101011 111101 11011 0 100001 11001110 101100 101110

Color Harmonies of #427DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DAB

Black with #427DAB

Text Example


Text Example

White with #427DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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