Html Css Color HEX #249FCE Pelorous

📋 copy color: '#249FCE'

red 36 ◦ green 159 ◦ blue 206

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

Shades of Pelorous #249FCE

Tints of Pelorous #249FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.37%

R = 8.98%
G = 39.65%
B = 51.37%

CMYK

 C value IS 0.83

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#249FCE (or 0x249FCE) is known color: Pelorous. HEX triplet: 24, 9F and CE. RGB value is (36,159,206). Sum of RGB (Red+Green+Blue) = 36+159+206=401 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.98% from 401); Green value is 159 (62.5% from 255 or 39.65% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #249FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FCE is #DB6031. Grayscale: #7F7F7F. Windows color (decimal): -14377010 or 13541156. OLE color: 13541156.

HSL color Cylindrical-coordinate representation of color #249FCE: hue angle of 196.59º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #249FCE is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 159 206 -
CMYK 0.83 0.23 0 0.19
HSL 196.59º 0.7% 0.47% -
HSV(B) 196.59º 0.83% 0.81% -
XYZ 24.27 29.63 62.83 -
YUV 127.58 172.25 62.68 -
System Red Green Blue C M Y K H S L
Decimal 36 159 206 0.83 0.23 0 0.19 196.59 0.7 0.47
Hex 24 9F CE 53 17 0 13 C5 46 2F
Octal 44 237 316 123 27 0 23 305 106 57
Binary 100100 10011111 11001110 1010011 10111 0 10011 11000101 1000110 101111

Color Harmonies of #249FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FCE

Black with #249FCE

Text Example


Text Example

White with #249FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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