Html Css Color HEX #254980 Fun Blue

📋 copy color: '#254980'

red 37 ◦ green 73 ◦ blue 128

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

Shades of Fun Blue #254980

Tints of Fun Blue #254980

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.67%

 BLUE value IS 128 (50.39% from 255) = 53.78%

R = 15.55%
G = 30.67%
B = 53.78%

CMYK

 C value IS 0.71

 M value IS 0.43

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#254980 (or 0x254980) is known color: Fun Blue. HEX triplet: 25, 49 and 80. RGB value is (37,73,128). Sum of RGB (Red+Green+Blue) = 37+73+128=238 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.55% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #254980 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254980 is #DAB67F. Grayscale: #444444. Windows color (decimal): -14333568 or 8407333. OLE color: 8407333.

HSL color Cylindrical-coordinate representation of color #254980: hue angle of 216.26º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #254980 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 73 128 -
CMYK 0.71 0.43 0 0.50
HSL 216.26º 0.55% 0.32% -
HSV(B) 216.26º 0.71% 0.5% -
XYZ 7.04 6.72 21.35 -
YUV 68.51 161.57 105.53 -
System Red Green Blue C M Y K H S L
Decimal 37 73 128 0.71 0.43 0 0.50 216.26 0.55 0.32
Hex 25 49 80 47 2B 0 32 D8 37 20
Octal 45 111 200 107 53 0 62 330 67 40
Binary 100101 1001001 10000000 1000111 101011 0 110010 11011000 110111 100000

Color Harmonies of #254980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254980

Black with #254980

Text Example


Text Example

White with #254980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254980; }

 p { color: rgb(37,73,128); }

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

background-color css

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

 a { background-color: rgb(37,73,128); }

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

border-color css

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

 span { border-color: rgb(37,73,128); }

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