Html Css Color HEX #427DB4 Steel Blue

📋 copy color: '#427DB4'

red 66 ◦ green 125 ◦ blue 180

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

Shades of Steel Blue #427DB4

Tints of Steel Blue #427DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48.52%

R = 17.79%
G = 33.69%
B = 48.52%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#427DB4 (or 0x427DB4) is known color: Steel Blue. HEX triplet: 42, 7D and B4. RGB value is (66,125,180). Sum of RGB (Red+Green+Blue) = 66+125+180=371 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.79% from 371); Green value is 125 (49.22% from 255 or 33.69% from 371); Blue value is 180 (70.70% from 255 or 48.52% from 371); Max value from RGB is 180 - color contains mainly: blue. Hex color #427DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DB4 is #BD824B. Grayscale: #717171. Windows color (decimal): -12419660 or 11828546. OLE color: 11828546.

HSL color Cylindrical-coordinate representation of color #427DB4: hue angle of 208.95º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #427DB4 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 125 180 -
CMYK 0.63 0.31 0 0.29
HSL 208.95º 0.46% 0.48% -
HSV(B) 208.95º 0.63% 0.71% -
XYZ 17.82 19.12 45.93 -
YUV 113.63 165.45 94.03 -
System Red Green Blue C M Y K H S L
Decimal 66 125 180 0.63 0.31 0 0.29 208.95 0.46 0.48
Hex 42 7D B4 3F 1F 0 1D D1 2E 30
Octal 102 175 264 77 37 0 35 321 56 60
Binary 1000010 1111101 10110100 111111 11111 0 11101 11010001 101110 110000

Color Harmonies of #427DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DB4

Black with #427DB4

Text Example


Text Example

White with #427DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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