Html Css Color HEX #427DBF Steel Blue

📋 copy color: '#427DBF'

red 66 ◦ green 125 ◦ blue 191

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

Shades of Steel Blue #427DBF

Tints of Steel Blue #427DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 50%

R = 17.28%
G = 32.72%
B = 50%

CMYK

 C value IS 0.65

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#427DBF (or 0x427DBF) is known color: Steel Blue. HEX triplet: 42, 7D and BF. RGB value is (66,125,191). Sum of RGB (Red+Green+Blue) = 66+125+191=382 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.28% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #427DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #427DBF is #BD8240. Grayscale: #727272. Windows color (decimal): -12419649 or 12549442. OLE color: 12549442.

HSL color Cylindrical-coordinate representation of color #427DBF: hue angle of 211.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #427DBF is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 125 191 -
CMYK 0.65 0.35 0 0.25
HSL 211.68º 0.49% 0.5% -
HSV(B) 211.68º 0.65% 0.75% -
XYZ 18.98 19.59 52.07 -
YUV 114.88 170.95 93.13 -
System Red Green Blue C M Y K H S L
Decimal 66 125 191 0.65 0.35 0 0.25 211.68 0.49 0.5
Hex 42 7D BF 41 23 0 19 D4 31 32
Octal 102 175 277 101 43 0 31 324 61 62
Binary 1000010 1111101 10111111 1000001 100011 0 11001 11010100 110001 110010

Color Harmonies of #427DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427DBF

Black with #427DBF

Text Example


Text Example

White with #427DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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