Html Css Color HEX #254D9F Endeavour

📋 copy color: '#254D9F'

red 37 ◦ green 77 ◦ blue 159

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

Shades of Endeavour #254D9F

Tints of Endeavour #254D9F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 28.21%

 BLUE value IS 159 (62.5% from 255) = 58.24%

R = 13.55%
G = 28.21%
B = 58.24%

CMYK

 C value IS 0.77

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#254D9F (or 0x254D9F) is known color: Endeavour. HEX triplet: 25, 4D and 9F. RGB value is (37,77,159). Sum of RGB (Red+Green+Blue) = 37+77+159=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 77 (30.47% from 255 or 28.21% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #254D9F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #254D9F is #DAB260. Grayscale: #4A4A4A. Windows color (decimal): -14332513 or 10439973. OLE color: 10439973.

HSL color Cylindrical-coordinate representation of color #254D9F: hue angle of 220.33º degrees, saturation: 0.62, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #254D9F is Cyan = 0.77, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 37 77 159 -
CMYK 0.77 0.52 0 0.38
HSL 220.33º 0.62% 0.38% -
HSV(B) 220.33º 0.77% 0.62% -
XYZ 9.67 8.2 33.87 -
YUV 74.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 37 77 159 0.77 0.52 0 0.38 220.33 0.62 0.38
Hex 25 4D 9F 4D 34 0 26 DC 3E 26
Octal 45 115 237 115 64 0 46 334 76 46
Binary 100101 1001101 10011111 1001101 110100 0 100110 11011100 111110 100110

Color Harmonies of #254D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254D9F

Black with #254D9F

Text Example


Text Example

White with #254D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,77,159); }

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

background-color css

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

 a { background-color: rgb(37,77,159); }

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

border-color css

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

 span { border-color: rgb(37,77,159); }

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