Html Css Color HEX #4280BE Steel Blue

📋 copy color: '#4280BE'

red 66 ◦ green 128 ◦ blue 190

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

Shades of Steel Blue #4280BE

Tints of Steel Blue #4280BE

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.33%

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 17.19%
G = 33.33%
B = 49.48%

CMYK

 C value IS 0.65

 M value IS 0.33

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4280BE (or 0x4280BE) is known color: Steel Blue. HEX triplet: 42, 80 and BE. RGB value is (66,128,190). Sum of RGB (Red+Green+Blue) = 66+128+190=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 128 (50.39% from 255 or 33.33% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #4280BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4280BE is #BD7F41. Grayscale: #747474. Windows color (decimal): -12418882 or 12484674. OLE color: 12484674.

HSL color Cylindrical-coordinate representation of color #4280BE: hue angle of 210º 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 #4280BE is Cyan = 0.65, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 66 128 190 -
CMYK 0.65 0.33 0 0.25
HSL 210º 0.49% 0.5% -
HSV(B) 210º 0.65% 0.75% -
XYZ 19.26 20.31 51.62 -
YUV 116.53 169.46 91.96 -
System Red Green Blue C M Y K H S L
Decimal 66 128 190 0.65 0.33 0 0.25 210 0.49 0.5
Hex 42 80 BE 41 21 0 19 D2 31 32
Octal 102 200 276 101 41 0 31 322 61 62
Binary 1000010 10000000 10111110 1000001 100001 0 11001 11010010 110001 110010

Color Harmonies of #4280BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4280BE

Black with #4280BE

Text Example


Text Example

White with #4280BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4280BE; }

 p { color: rgb(66,128,190); }

 H1.HeaderClassName
 {
   color: #4280BE;
 }
 .AnyTagClassName
 {
   color: #4280BE;
 }
</style>

background-color css

<style>
 a { background-color: #4280BE; }

 a { background-color: rgb(66,128,190); }

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

border-color css

<style>
 span { border-color: #4280BE; }

 span { border-color: rgb(66,128,190); }

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