Html Css Color HEX #427DB7 Steel Blue

📋 copy color: '#427DB7'

red 66 ◦ green 125 ◦ blue 183

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

Shades of Steel Blue #427DB7

Tints of Steel Blue #427DB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 48.93%

R = 17.65%
G = 33.42%
B = 48.93%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#427DB7 (or 0x427DB7) is known color: Steel Blue. HEX triplet: 42, 7D and B7. RGB value is (66,125,183). Sum of RGB (Red+Green+Blue) = 66+125+183=374 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.65% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 183 (71.88% from 255 or 48.93% from 374); Max value from RGB is 183 - color contains mainly: blue. Hex color #427DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DB7 is #BD8248. Grayscale: #717171. Windows color (decimal): -12419657 or 12025154. OLE color: 12025154.

HSL color Cylindrical-coordinate representation of color #427DB7: hue angle of 209.74º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #427DB7 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 66 125 183 -
CMYK 0.64 0.32 0 0.28
HSL 209.74º 0.47% 0.49% -
HSV(B) 209.74º 0.64% 0.72% -
XYZ 18.13 19.24 47.56 -
YUV 113.97 166.95 93.78 -
System Red Green Blue C M Y K H S L
Decimal 66 125 183 0.64 0.32 0 0.28 209.74 0.47 0.49
Hex 42 7D B7 40 20 0 1C D2 2F 31
Octal 102 175 267 100 40 0 34 322 57 61
Binary 1000010 1111101 10110111 1000000 100000 0 11100 11010010 101111 110001

Color Harmonies of #427DB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DB7

Black with #427DB7

Text Example


Text Example

White with #427DB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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