Html Css Color HEX #249ABB Pelorous

📋 copy color: '#249ABB'

red 36 ◦ green 154 ◦ blue 187

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

Shades of Pelorous #249ABB

Tints of Pelorous #249ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.6%

R = 9.55%
G = 40.85%
B = 49.6%

CMYK

 C value IS 0.81

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#249ABB (or 0x249ABB) is known color: Pelorous. HEX triplet: 24, 9A and BB. RGB value is (36,154,187). Sum of RGB (Red+Green+Blue) = 36+154+187=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 154 (60.55% from 255 or 40.85% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #249ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249ABB is #DB6544. Grayscale: #7A7A7A. Windows color (decimal): -14378309 or 12294692. OLE color: 12294692.

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

Color convert

RGB 36 154 187 -
CMYK 0.81 0.18 0 0.27
HSL 193.11º 0.68% 0.44% -
HSV(B) 193.11º 0.81% 0.73% -
XYZ 21.25 27.07 51.12 -
YUV 122.48 164.41 66.32 -
System Red Green Blue C M Y K H S L
Decimal 36 154 187 0.81 0.18 0 0.27 193.11 0.68 0.44
Hex 24 9A BB 51 12 0 1B C1 44 2C
Octal 44 232 273 121 22 0 33 301 104 54
Binary 100100 10011010 10111011 1010001 10010 0 11011 11000001 1000100 101100

Color Harmonies of #249ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249ABB

Black with #249ABB

Text Example


Text Example

White with #249ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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