Html Css Color HEX #254A80 Fun Blue

📋 copy color: '#254A80'

red 37 ◦ green 74 ◦ blue 128

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

Shades of Fun Blue #254A80

Tints of Fun Blue #254A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.96%

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

R = 15.48%
G = 30.96%
B = 53.56%

CMYK

 C value IS 0.71

 M value IS 0.42

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#254A80 (or 0x254A80) is known color: Fun Blue. HEX triplet: 25, 4A and 80. RGB value is (37,74,128). Sum of RGB (Red+Green+Blue) = 37+74+128=239 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.48% from 239); Green value is 74 (29.30% from 255 or 30.96% from 239); Blue value is 128 (50.39% from 255 or 53.56% from 239); Max value from RGB is 128 - color contains mainly: blue. Hex color #254A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254A80 is #DAB57F. Grayscale: #444444. Windows color (decimal): -14333312 or 8407589. OLE color: 8407589.

HSL color Cylindrical-coordinate representation of color #254A80: hue angle of 215.6º 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 #254A80 is Cyan = 0.71, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 37 74 128 -
CMYK 0.71 0.42 0 0.50
HSL 215.6º 0.55% 0.32% -
HSV(B) 215.6º 0.71% 0.5% -
XYZ 7.11 6.85 21.37 -
YUV 69.09 161.24 105.11 -
System Red Green Blue C M Y K H S L
Decimal 37 74 128 0.71 0.42 0 0.50 215.6 0.55 0.32
Hex 25 4A 80 47 2A 0 32 D8 37 20
Octal 45 112 200 107 52 0 62 330 67 40
Binary 100101 1001010 10000000 1000111 101010 0 110010 11011000 110111 100000

Color Harmonies of #254A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254A80

Black with #254A80

Text Example


Text Example

White with #254A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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