Html Css Color HEX #28457D Fun Blue

📋 copy color: '#28457D'

red 40 ◦ green 69 ◦ blue 125

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

Shades of Fun Blue #28457D

Tints of Fun Blue #28457D

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.49%

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

R = 17.09%
G = 29.49%
B = 53.42%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#28457D (or 0x28457D) is known color: Fun Blue. HEX triplet: 28, 45 and 7D. RGB value is (40,69,125). Sum of RGB (Red+Green+Blue) = 40+69+125=234 (30% of max value = 765). Red value is 40 (16.02% from 255 or 17.09% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #28457D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #28457D is #D7BA82. Grayscale: #424242. Windows color (decimal): -14137987 or 8209704. OLE color: 8209704.

HSL color Cylindrical-coordinate representation of color #28457D: hue angle of 219.53º 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 #28457D is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 40 69 125 -
CMYK 0.68 0.45 0 0.51
HSL 219.53º 0.52% 0.32% -
HSV(B) 219.53º 0.68% 0.49% -
XYZ 6.7 6.19 20.24 -
YUV 66.71 160.89 108.95 -
System Red Green Blue C M Y K H S L
Decimal 40 69 125 0.68 0.45 0 0.51 219.53 0.52 0.32
Hex 28 45 7D 44 2D 0 33 DC 34 20
Octal 50 105 175 104 55 0 63 334 64 40
Binary 101000 1000101 1111101 1000100 101101 0 110011 11011100 110100 100000

Color Harmonies of #28457D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28457D

Black with #28457D

Text Example


Text Example

White with #28457D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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