Html Css Color HEX #28487D Fun Blue

📋 copy color: '#28487D'

red 40 ◦ green 72 ◦ blue 125

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

Shades of Fun Blue #28487D

Tints of Fun Blue #28487D

RGB

 RED value IS 40 (16.02% from 255) = 16.88%

 GREEN value IS 72 (28.52% from 255) = 30.38%

 BLUE value IS 125 (49.22% from 255) = 52.74%

R = 16.88%
G = 30.38%
B = 52.74%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28487D (or 0x28487D) is known color: Fun Blue. HEX triplet: 28, 48 and 7D. RGB value is (40,72,125). Sum of RGB (Red+Green+Blue) = 40+72+125=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 72 (28.52% from 255 or 30.38% from 237); Blue value is 125 (49.22% from 255 or 52.74% from 237); Max value from RGB is 125 - color contains mainly: blue. Hex color #28487D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28487D is #D7B782. Grayscale: #444444. Windows color (decimal): -14137219 or 8210472. OLE color: 8210472.

HSL color Cylindrical-coordinate representation of color #28487D: hue angle of 217.41º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #28487D is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 72 125 -
CMYK 0.68 0.42 0 0.51
HSL 217.41º 0.52% 0.32% -
HSV(B) 217.41º 0.68% 0.49% -
XYZ 6.89 6.57 20.31 -
YUV 68.47 159.9 107.69 -
System Red Green Blue C M Y K H S L
Decimal 40 72 125 0.68 0.42 0 0.51 217.41 0.52 0.32
Hex 28 48 7D 44 2A 0 33 D9 34 20
Octal 50 110 175 104 52 0 63 331 64 40
Binary 101000 1001000 1111101 1000100 101010 0 110011 11011001 110100 100000

Color Harmonies of #28487D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28487D

Black with #28487D

Text Example


Text Example

White with #28487D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28487D; }

 p { color: rgb(40,72,125); }

 H1.HeaderClassName
 {
   color: #28487D;
 }
 .AnyTagClassName
 {
   color: #28487D;
 }
</style>

background-color css

<style>
 a { background-color: #28487D; }

 a { background-color: rgb(40,72,125); }

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

border-color css

<style>
 span { border-color: #28487D; }

 span { border-color: rgb(40,72,125); }

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