Html Css Color HEX #249ECB Pelorous

📋 copy color: '#249ECB'

red 36 ◦ green 158 ◦ blue 203

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

Shades of Pelorous #249ECB

Tints of Pelorous #249ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.13%

R = 9.07%
G = 39.8%
B = 51.13%

CMYK

 C value IS 0.82

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#249ECB (or 0x249ECB) is known color: Pelorous. HEX triplet: 24, 9E and CB. RGB value is (36,158,203). Sum of RGB (Red+Green+Blue) = 36+158+203=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 203 (79.69% from 255 or 51.13% from 397); Max value from RGB is 203 - color contains mainly: blue. Hex color #249ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ECB is #DB6134. Grayscale: #7E7E7E. Windows color (decimal): -14377269 or 13344292. OLE color: 13344292.

HSL color Cylindrical-coordinate representation of color #249ECB: hue angle of 196.17º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249ECB is Cyan = 0.82, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 158 203 -
CMYK 0.82 0.22 0 0.20
HSL 196.17º 0.7% 0.47% -
HSV(B) 196.17º 0.82% 0.8% -
XYZ 23.73 29.14 60.87 -
YUV 126.65 171.08 63.34 -
System Red Green Blue C M Y K H S L
Decimal 36 158 203 0.82 0.22 0 0.20 196.17 0.7 0.47
Hex 24 9E CB 52 16 0 14 C4 46 2F
Octal 44 236 313 122 26 0 24 304 106 57
Binary 100100 10011110 11001011 1010010 10110 0 10100 11000100 1000110 101111

Color Harmonies of #249ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ECB

Black with #249ECB

Text Example


Text Example

White with #249ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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