Html Css Color HEX #249ECE Pelorous

📋 copy color: '#249ECE'

red 36 ◦ green 158 ◦ blue 206

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

Shades of Pelorous #249ECE

Tints of Pelorous #249ECE

RGB

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

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

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

R = 9%
G = 39.5%
B = 51.5%

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

#249ECE (or 0x249ECE) is known color: Pelorous. HEX triplet: 24, 9E and CE. RGB value is (36,158,206). Sum of RGB (Red+Green+Blue) = 36+158+206=400 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #249ECE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ECE is #DB6131. Grayscale: #7E7E7E. Windows color (decimal): -14377266 or 13540900. OLE color: 13540900.

HSL color Cylindrical-coordinate representation of color #249ECE: hue angle of 196.94º 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 #249ECE is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 158 206 -
CMYK 0.83 0.23 0 0.19
HSL 196.94º 0.7% 0.47% -
HSV(B) 196.94º 0.83% 0.81% -
XYZ 24.09 29.29 62.78 -
YUV 126.99 172.58 63.1 -
System Red Green Blue C M Y K H S L
Decimal 36 158 206 0.83 0.23 0 0.19 196.94 0.7 0.47
Hex 24 9E CE 53 17 0 13 C5 46 2F
Octal 44 236 316 123 27 0 23 305 106 57
Binary 100100 10011110 11001110 1010011 10111 0 10011 11000101 1000110 101111

Color Harmonies of #249ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ECE

Black with #249ECE

Text Example


Text Example

White with #249ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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