Html Css Color HEX #249EC7 Pelorous

📋 copy color: '#249EC7'

red 36 ◦ green 158 ◦ blue 199

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

Shades of Pelorous #249EC7

Tints of Pelorous #249EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 50.64%

R = 9.16%
G = 40.2%
B = 50.64%

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

#249EC7 (or 0x249EC7) is known color: Pelorous. HEX triplet: 24, 9E and C7. RGB value is (36,158,199). Sum of RGB (Red+Green+Blue) = 36+158+199=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 158 (62.11% from 255 or 40.20% from 393); Blue value is 199 (78.12% from 255 or 50.64% from 393); Max value from RGB is 199 - color contains mainly: blue. Hex color #249EC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249EC7 is #DB6138. Grayscale: #7D7D7D. Windows color (decimal): -14377273 or 13082148. OLE color: 13082148.

HSL color Cylindrical-coordinate representation of color #249EC7: hue angle of 195.09º 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 #249EC7 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 158 199 -
CMYK 0.82 0.21 0 0.22
HSL 195.09º 0.69% 0.46% -
HSV(B) 195.09º 0.82% 0.78% -
XYZ 23.26 28.95 58.4 -
YUV 126.2 169.08 63.67 -
System Red Green Blue C M Y K H S L
Decimal 36 158 199 0.82 0.21 0 0.22 195.09 0.69 0.46
Hex 24 9E C7 52 15 0 16 C3 45 2E
Octal 44 236 307 122 25 0 26 303 105 56
Binary 100100 10011110 11000111 1010010 10101 0 10110 11000011 1000101 101110

Color Harmonies of #249EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EC7

Black with #249EC7

Text Example


Text Example

White with #249EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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