Html Css Color HEX #249ABE Pelorous

📋 copy color: '#249ABE'

red 36 ◦ green 154 ◦ blue 190

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

Shades of Pelorous #249ABE

Tints of Pelorous #249ABE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.53%

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

R = 9.47%
G = 40.53%
B = 50%

CMYK

 C value IS 0.81

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#249ABE (or 0x249ABE) is known color: Pelorous. HEX triplet: 24, 9A and BE. RGB value is (36,154,190). Sum of RGB (Red+Green+Blue) = 36+154+190=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 154 (60.55% from 255 or 40.53% from 380); Blue value is 190 (74.61% from 255 or 50% from 380); Max value from RGB is 190 - color contains mainly: blue. Hex color #249ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ABE is #DB6541. Grayscale: #7A7A7A. Windows color (decimal): -14378306 or 12491300. OLE color: 12491300.

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

Color convert

RGB 36 154 190 -
CMYK 0.81 0.19 0 0.25
HSL 194.03º 0.68% 0.44% -
HSV(B) 194.03º 0.81% 0.75% -
XYZ 21.58 27.2 52.83 -
YUV 122.82 165.91 66.07 -
System Red Green Blue C M Y K H S L
Decimal 36 154 190 0.81 0.19 0 0.25 194.03 0.68 0.44
Hex 24 9A BE 51 13 0 19 C2 44 2C
Octal 44 232 276 121 23 0 31 302 104 54
Binary 100100 10011010 10111110 1010001 10011 0 11001 11000010 1000100 101100

Color Harmonies of #249ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ABE

Black with #249ABE

Text Example


Text Example

White with #249ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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