Html Css Color HEX #427DB3 Steel Blue

📋 copy color: '#427DB3'

red 66 ◦ green 125 ◦ blue 179

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

Shades of Steel Blue #427DB3

Tints of Steel Blue #427DB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 48.38%

R = 17.84%
G = 33.78%
B = 48.38%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#427DB3 (or 0x427DB3) is known color: Steel Blue. HEX triplet: 42, 7D and B3. RGB value is (66,125,179). Sum of RGB (Red+Green+Blue) = 66+125+179=370 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.84% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 179 (70.31% from 255 or 48.38% from 370); Max value from RGB is 179 - color contains mainly: blue. Hex color #427DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DB3 is #BD824C. Grayscale: #717171. Windows color (decimal): -12419661 or 11763010. OLE color: 11763010.

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

Color convert

RGB 66 125 179 -
CMYK 0.63 0.30 0 0.30
HSL 208.67º 0.46% 0.48% -
HSV(B) 208.67º 0.63% 0.7% -
XYZ 17.72 19.08 45.4 -
YUV 113.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 66 125 179 0.63 0.30 0 0.30 208.67 0.46 0.48
Hex 42 7D B3 3F 1E 0 1E D1 2E 30
Octal 102 175 263 77 36 0 36 321 56 60
Binary 1000010 1111101 10110011 111111 11110 0 11110 11010001 101110 110000

Color Harmonies of #427DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DB3

Black with #427DB3

Text Example


Text Example

White with #427DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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