Html Css Color HEX #427DB1 Steel Blue

📋 copy color: '#427DB1'

red 66 ◦ green 125 ◦ blue 177

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

Shades of Steel Blue #427DB1

Tints of Steel Blue #427DB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 48.1%

R = 17.93%
G = 33.97%
B = 48.1%

CMYK

 C value IS 0.63

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#427DB1 (or 0x427DB1) is known color: Steel Blue. HEX triplet: 42, 7D and B1. RGB value is (66,125,177). Sum of RGB (Red+Green+Blue) = 66+125+177=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 125 (49.22% from 255 or 33.97% from 368); Blue value is 177 (69.53% from 255 or 48.10% from 368); Max value from RGB is 177 - color contains mainly: blue. Hex color #427DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #427DB1 is #BD824E. Grayscale: #717171. Windows color (decimal): -12419663 or 11631938. OLE color: 11631938.

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

Color convert

RGB 66 125 177 -
CMYK 0.63 0.29 0 0.31
HSL 208.11º 0.46% 0.48% -
HSV(B) 208.11º 0.63% 0.69% -
XYZ 17.52 19 44.34 -
YUV 113.29 163.95 94.27 -
System Red Green Blue C M Y K H S L
Decimal 66 125 177 0.63 0.29 0 0.31 208.11 0.46 0.48
Hex 42 7D B1 3F 1D 0 1F D0 2E 30
Octal 102 175 261 77 35 0 37 320 56 60
Binary 1000010 1111101 10110001 111111 11101 0 11111 11010000 101110 110000

Color Harmonies of #427DB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DB1

Black with #427DB1

Text Example


Text Example

White with #427DB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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