Html Css Color HEX #249EC9 Pelorous

📋 copy color: '#249EC9'

red 36 ◦ green 158 ◦ blue 201

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

Shades of Pelorous #249EC9

Tints of Pelorous #249EC9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 40%

 BLUE value IS 201 (78.91% from 255) = 50.89%

R = 9.11%
G = 40%
B = 50.89%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#249EC9 (or 0x249EC9) is known color: Pelorous. HEX triplet: 24, 9E and C9. RGB value is (36,158,201). Sum of RGB (Red+Green+Blue) = 36+158+201=395 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.11% from 395); Green value is 158 (62.11% from 255 or 40% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #249EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249EC9 is #DB6136. Grayscale: #7E7E7E. Windows color (decimal): -14377271 or 13213220. OLE color: 13213220.

HSL color Cylindrical-coordinate representation of color #249EC9: hue angle of 195.64º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249EC9 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 158 201 -
CMYK 0.82 0.21 0 0.21
HSL 195.64º 0.7% 0.46% -
HSV(B) 195.64º 0.82% 0.79% -
XYZ 23.5 29.05 59.63 -
YUV 126.42 170.08 63.5 -
System Red Green Blue C M Y K H S L
Decimal 36 158 201 0.82 0.21 0 0.21 195.64 0.7 0.46
Hex 24 9E C9 52 15 0 15 C4 46 2E
Octal 44 236 311 122 25 0 25 304 106 56
Binary 100100 10011110 11001001 1010010 10101 0 10101 11000100 1000110 101110

Color Harmonies of #249EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EC9

Black with #249EC9

Text Example


Text Example

White with #249EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #249EC9; }

 p { color: rgb(36,158,201); }

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

background-color css

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

 a { background-color: rgb(36,158,201); }

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

border-color css

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

 span { border-color: rgb(36,158,201); }

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