Html Css Color HEX #249EBE Pelorous

📋 copy color: '#249EBE'

red 36 ◦ green 158 ◦ blue 190

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

Shades of Pelorous #249EBE

Tints of Pelorous #249EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 9.38%
G = 41.15%
B = 49.48%

CMYK

 C value IS 0.81

 M value IS 0.17

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#249EBE (or 0x249EBE) is known color: Pelorous. HEX triplet: 24, 9E and BE. RGB value is (36,158,190). Sum of RGB (Red+Green+Blue) = 36+158+190=384 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.38% from 384); Green value is 158 (62.11% from 255 or 41.15% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #249EBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249EBE is #DB6141. Grayscale: #7C7C7C. Windows color (decimal): -14377282 or 12492324. OLE color: 12492324.

HSL color Cylindrical-coordinate representation of color #249EBE: hue angle of 192.47º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #249EBE is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 158 190 -
CMYK 0.81 0.17 0 0.25
HSL 192.47º 0.68% 0.44% -
HSV(B) 192.47º 0.81% 0.75% -
XYZ 22.25 28.55 53.05 -
YUV 125.17 164.58 64.4 -
System Red Green Blue C M Y K H S L
Decimal 36 158 190 0.81 0.17 0 0.25 192.47 0.68 0.44
Hex 24 9E BE 51 11 0 19 C0 44 2C
Octal 44 236 276 121 21 0 31 300 104 54
Binary 100100 10011110 10111110 1010001 10001 0 11001 11000000 1000100 101100

Color Harmonies of #249EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249EBE

Black with #249EBE

Text Example


Text Example

White with #249EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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