Html Css Color HEX #249EC8 Pelorous

📋 copy color: '#249EC8'

red 36 ◦ green 158 ◦ blue 200

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

Shades of Pelorous #249EC8

Tints of Pelorous #249EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 50.76%

R = 9.14%
G = 40.1%
B = 50.76%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#249EC8 (or 0x249EC8) is known color: Pelorous. HEX triplet: 24, 9E and C8. RGB value is (36,158,200). Sum of RGB (Red+Green+Blue) = 36+158+200=394 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.14% from 394); Green value is 158 (62.11% from 255 or 40.10% from 394); Blue value is 200 (78.52% from 255 or 50.76% from 394); Max value from RGB is 200 - color contains mainly: blue. Hex color #249EC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249EC8 is #DB6137. Grayscale: #7E7E7E. Windows color (decimal): -14377272 or 13147684. OLE color: 13147684.

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

Color convert

RGB 36 158 200 -
CMYK 0.82 0.21 0 0.22
HSL 195.37º 0.69% 0.46% -
HSV(B) 195.37º 0.82% 0.78% -
XYZ 23.38 29 59.01 -
YUV 126.31 169.58 63.58 -
System Red Green Blue C M Y K H S L
Decimal 36 158 200 0.82 0.21 0 0.22 195.37 0.69 0.46
Hex 24 9E C8 52 15 0 16 C3 45 2E
Octal 44 236 310 122 25 0 26 303 105 56
Binary 100100 10011110 11001000 1010010 10101 0 10110 11000011 1000101 101110

Color Harmonies of #249EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EC8

Black with #249EC8

Text Example


Text Example

White with #249EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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