Html Css Color HEX #427DB0 Steel Blue

📋 copy color: '#427DB0'

red 66 ◦ green 125 ◦ blue 176

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

Shades of Steel Blue #427DB0

Tints of Steel Blue #427DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 47.96%

R = 17.98%
G = 34.06%
B = 47.96%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#427DB0 (or 0x427DB0) is known color: Steel Blue. HEX triplet: 42, 7D and B0. RGB value is (66,125,176). Sum of RGB (Red+Green+Blue) = 66+125+176=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 125 (49.22% from 255 or 34.06% from 367); Blue value is 176 (69.14% from 255 or 47.96% from 367); Max value from RGB is 176 - color contains mainly: blue. Hex color #427DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427DB0 is #BD824F. Grayscale: #707070. Windows color (decimal): -12419664 or 11566402. OLE color: 11566402.

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

Color convert

RGB 66 125 176 -
CMYK 0.62 0.29 0 0.31
HSL 207.82º 0.45% 0.47% -
HSV(B) 207.82º 0.63% 0.69% -
XYZ 17.42 18.96 43.82 -
YUV 113.17 163.45 94.35 -
System Red Green Blue C M Y K H S L
Decimal 66 125 176 0.62 0.29 0 0.31 207.82 0.45 0.47
Hex 42 7D B0 3E 1D 0 1F D0 2D 2F
Octal 102 175 260 76 35 0 37 320 55 57
Binary 1000010 1111101 10110000 111110 11101 0 11111 11010000 101101 101111

Color Harmonies of #427DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DB0

Black with #427DB0

Text Example


Text Example

White with #427DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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