Html Css Color HEX #249FC0 Pelorous

📋 copy color: '#249FC0'

red 36 ◦ green 159 ◦ blue 192

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

Shades of Pelorous #249FC0

Tints of Pelorous #249FC0

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.09%

 BLUE value IS 192 (75.39% from 255) = 49.61%

R = 9.3%
G = 41.09%
B = 49.61%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#249FC0 (or 0x249FC0) is known color: Pelorous. HEX triplet: 24, 9F and C0. RGB value is (36,159,192). Sum of RGB (Red+Green+Blue) = 36+159+192=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 159 (62.5% from 255 or 41.09% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #249FC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FC0 is #DB603F. Grayscale: #7D7D7D. Windows color (decimal): -14377024 or 12623652. OLE color: 12623652.

HSL color Cylindrical-coordinate representation of color #249FC0: hue angle of 192.69º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249FC0 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 159 192 -
CMYK 0.81 0.17 0 0.25
HSL 192.69º 0.68% 0.45% -
HSV(B) 192.69º 0.81% 0.75% -
XYZ 22.64 28.98 54.27 -
YUV 125.99 165.25 63.82 -
System Red Green Blue C M Y K H S L
Decimal 36 159 192 0.81 0.17 0 0.25 192.69 0.68 0.45
Hex 24 9F C0 51 11 0 19 C1 44 2D
Octal 44 237 300 121 21 0 31 301 104 55
Binary 100100 10011111 11000000 1010001 10001 0 11001 11000001 1000100 101101

Color Harmonies of #249FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FC0

Black with #249FC0

Text Example


Text Example

White with #249FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,159,192); }

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

background-color css

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

 a { background-color: rgb(36,159,192); }

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

border-color css

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

 span { border-color: rgb(36,159,192); }

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