Html Css Color HEX #2499AD Pelorous

📋 copy color: '#2499AD'

red 36 ◦ green 153 ◦ blue 173

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

Shades of Pelorous #2499AD

Tints of Pelorous #2499AD

RGB

 RED value IS 36 (14.45% from 255) = 9.94%

 GREEN value IS 153 (60.16% from 255) = 42.27%

 BLUE value IS 173 (67.97% from 255) = 47.79%

R = 9.94%
G = 42.27%
B = 47.79%

CMYK

 C value IS 0.79

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2499AD (or 0x2499AD) is known color: Pelorous. HEX triplet: 24, 99 and AD. RGB value is (36,153,173). Sum of RGB (Red+Green+Blue) = 36+153+173=362 (47% of max value = 765). Red value is 36 (14.45% from 255 or 9.94% from 362); Green value is 153 (60.16% from 255 or 42.27% from 362); Blue value is 173 (67.97% from 255 or 47.79% from 362); Max value from RGB is 173 - color contains mainly: blue. Hex color #2499AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2499AD is #DB6652. Grayscale: #787878. Windows color (decimal): -14378579 or 11376932. OLE color: 11376932.

HSL color Cylindrical-coordinate representation of color #2499AD: hue angle of 188.76º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2499AD is Cyan = 0.79, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 36 153 173 -
CMYK 0.79 0.12 0 0.32
HSL 188.76º 0.66% 0.41% -
HSV(B) 188.76º 0.79% 0.68% -
XYZ 19.66 26.17 43.55 -
YUV 120.3 157.74 67.87 -
System Red Green Blue C M Y K H S L
Decimal 36 153 173 0.79 0.12 0 0.32 188.76 0.66 0.41
Hex 24 99 AD 4F C 0 20 BD 42 29
Octal 44 231 255 117 14 0 40 275 102 51
Binary 100100 10011001 10101101 1001111 1100 0 100000 10111101 1000010 101001

Color Harmonies of #2499AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2499AD

Black with #2499AD

Text Example


Text Example

White with #2499AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2499AD; }

 p { color: rgb(36,153,173); }

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

background-color css

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

 a { background-color: rgb(36,153,173); }

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

border-color css

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

 span { border-color: rgb(36,153,173); }

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