Html Css Color HEX #28478A Fun Blue

📋 copy color: '#28478A'

red 40 ◦ green 71 ◦ blue 138

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

Shades of Fun Blue #28478A

Tints of Fun Blue #28478A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

 BLUE value IS 138 (54.3% from 255) = 55.42%

R = 16.06%
G = 28.51%
B = 55.42%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#28478A (or 0x28478A) is known color: Fun Blue. HEX triplet: 28, 47 and 8A. RGB value is (40,71,138). Sum of RGB (Red+Green+Blue) = 40+71+138=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 138 (54.30% from 255 or 55.42% from 249); Max value from RGB is 138 - color contains mainly: blue. Hex color #28478A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28478A is #D7B875. Grayscale: #454545. Windows color (decimal): -14137462 or 9062184. OLE color: 9062184.

HSL color Cylindrical-coordinate representation of color #28478A: hue angle of 221.02º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28478A is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 71 138 -
CMYK 0.71 0.49 0 0.46
HSL 221.02º 0.55% 0.35% -
HSV(B) 221.02º 0.71% 0.54% -
XYZ 7.72 6.79 24.95 -
YUV 69.37 166.73 107.05 -
System Red Green Blue C M Y K H S L
Decimal 40 71 138 0.71 0.49 0 0.46 221.02 0.55 0.35
Hex 28 47 8A 47 31 0 2E DD 37 23
Octal 50 107 212 107 61 0 56 335 67 43
Binary 101000 1000111 10001010 1000111 110001 0 101110 11011101 110111 100011

Color Harmonies of #28478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28478A

Black with #28478A

Text Example


Text Example

White with #28478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28478A; }

 p { color: rgb(40,71,138); }

 H1.HeaderClassName
 {
   color: #28478A;
 }
 .AnyTagClassName
 {
   color: #28478A;
 }
</style>

background-color css

<style>
 a { background-color: #28478A; }

 a { background-color: rgb(40,71,138); }

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

border-color css

<style>
 span { border-color: #28478A; }

 span { border-color: rgb(40,71,138); }

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