Html Css Color HEX #254B85 Fun Blue

📋 copy color: '#254B85'

red 37 ◦ green 75 ◦ blue 133

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

Shades of Fun Blue #254B85

Tints of Fun Blue #254B85

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.61%

 BLUE value IS 133 (52.34% from 255) = 54.29%

R = 15.1%
G = 30.61%
B = 54.29%

CMYK

 C value IS 0.72

 M value IS 0.44

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#254B85 (or 0x254B85) is known color: Fun Blue. HEX triplet: 25, 4B and 85. RGB value is (37,75,133). Sum of RGB (Red+Green+Blue) = 37+75+133=245 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.10% from 245); Green value is 75 (29.69% from 255 or 30.61% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #254B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #254B85 is #DAB47A. Grayscale: #454545. Windows color (decimal): -14333051 or 8735525. OLE color: 8735525.

HSL color Cylindrical-coordinate representation of color #254B85: hue angle of 216.25º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #254B85 is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 37 75 133 -
CMYK 0.72 0.44 0 0.48
HSL 216.25º 0.56% 0.33% -
HSV(B) 216.25º 0.72% 0.52% -
XYZ 7.51 7.12 23.17 -
YUV 70.25 163.41 104.28 -
System Red Green Blue C M Y K H S L
Decimal 37 75 133 0.72 0.44 0 0.48 216.25 0.56 0.33
Hex 25 4B 85 48 2C 0 30 D8 38 21
Octal 45 113 205 110 54 0 60 330 70 41
Binary 100101 1001011 10000101 1001000 101100 0 110000 11011000 111000 100001

Color Harmonies of #254B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254B85

Black with #254B85

Text Example


Text Example

White with #254B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,75,133); }

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

background-color css

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

 a { background-color: rgb(37,75,133); }

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

border-color css

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

 span { border-color: rgb(37,75,133); }

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