Html Css Color HEX #427DB9 Steel Blue

📋 copy color: '#427DB9'

red 66 ◦ green 125 ◦ blue 185

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

Shades of Steel Blue #427DB9

Tints of Steel Blue #427DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 49.2%

R = 17.55%
G = 33.24%
B = 49.2%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#427DB9 (or 0x427DB9) is known color: Steel Blue. HEX triplet: 42, 7D and B9. RGB value is (66,125,185). Sum of RGB (Red+Green+Blue) = 66+125+185=376 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.55% from 376); Green value is 125 (49.22% from 255 or 33.24% from 376); Blue value is 185 (72.66% from 255 or 49.20% from 376); Max value from RGB is 185 - color contains mainly: blue. Hex color #427DB9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DB9 is #BD8246. Grayscale: #717171. Windows color (decimal): -12419655 or 12156226. OLE color: 12156226.

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

Color convert

RGB 66 125 185 -
CMYK 0.64 0.32 0 0.27
HSL 210.25º 0.47% 0.49% -
HSV(B) 210.25º 0.64% 0.73% -
XYZ 18.34 19.33 48.66 -
YUV 114.2 167.95 93.62 -
System Red Green Blue C M Y K H S L
Decimal 66 125 185 0.64 0.32 0 0.27 210.25 0.47 0.49
Hex 42 7D B9 40 20 0 1B D2 2F 31
Octal 102 175 271 100 40 0 33 322 57 61
Binary 1000010 1111101 10111001 1000000 100000 0 11011 11010010 101111 110001

Color Harmonies of #427DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DB9

Black with #427DB9

Text Example


Text Example

White with #427DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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