Html Css Color HEX #254879 Fun Blue

📋 copy color: '#254879'

red 37 ◦ green 72 ◦ blue 121

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

Shades of Fun Blue #254879

Tints of Fun Blue #254879

RGB

 RED value IS 37 (14.84% from 255) = 16.09%

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

 BLUE value IS 121 (47.66% from 255) = 52.61%

R = 16.09%
G = 31.3%
B = 52.61%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#254879 (or 0x254879) is known color: Fun Blue. HEX triplet: 25, 48 and 79. RGB value is (37,72,121). Sum of RGB (Red+Green+Blue) = 37+72+121=230 (30% of max value = 765). Red value is 37 (14.84% from 255 or 16.09% from 230); Green value is 72 (28.52% from 255 or 31.30% from 230); Blue value is 121 (47.66% from 255 or 52.61% from 230); Max value from RGB is 121 - color contains mainly: blue. Hex color #254879 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254879 is #DAB786. Grayscale: #424242. Windows color (decimal): -14333831 or 7948325. OLE color: 7948325.

HSL color Cylindrical-coordinate representation of color #254879: hue angle of 215º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #254879 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 72 121 -
CMYK 0.69 0.40 0 0.53
HSL 215º 0.53% 0.31% -
HSV(B) 215º 0.69% 0.47% -
XYZ 6.53 6.41 18.98 -
YUV 67.12 158.4 106.52 -
System Red Green Blue C M Y K H S L
Decimal 37 72 121 0.69 0.40 0 0.53 215 0.53 0.31
Hex 25 48 79 45 28 0 35 D7 35 1F
Octal 45 110 171 105 50 0 65 327 65 37
Binary 100101 1001000 1111001 1000101 101000 0 110101 11010111 110101 11111

Color Harmonies of #254879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254879

Black with #254879

Text Example


Text Example

White with #254879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254879; }

 p { color: rgb(37,72,121); }

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

background-color css

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

 a { background-color: rgb(37,72,121); }

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

border-color css

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

 span { border-color: rgb(37,72,121); }

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