Html Css Color HEX #249FBB Pelorous

📋 copy color: '#249FBB'

red 36 ◦ green 159 ◦ blue 187

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

Shades of Pelorous #249FBB

Tints of Pelorous #249FBB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 41.62%

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

R = 9.42%
G = 41.62%
B = 48.95%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#249FBB (or 0x249FBB) is known color: Pelorous. HEX triplet: 24, 9F and BB. RGB value is (36,159,187). Sum of RGB (Red+Green+Blue) = 36+159+187=382 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.42% from 382); Green value is 159 (62.5% from 255 or 41.62% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #249FBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FBB is #DB6044. Grayscale: #7D7D7D. Windows color (decimal): -14377029 or 12295972. OLE color: 12295972.

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

Color convert

RGB 36 159 187 -
CMYK 0.81 0.15 0 0.27
HSL 191.13º 0.68% 0.44% -
HSV(B) 191.13º 0.81% 0.73% -
XYZ 22.1 28.76 51.4 -
YUV 125.42 162.75 64.22 -
System Red Green Blue C M Y K H S L
Decimal 36 159 187 0.81 0.15 0 0.27 191.13 0.68 0.44
Hex 24 9F BB 51 F 0 1B BF 44 2C
Octal 44 237 273 121 17 0 33 277 104 54
Binary 100100 10011111 10111011 1010001 1111 0 11011 10111111 1000100 101100

Color Harmonies of #249FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FBB

Black with #249FBB

Text Example


Text Example

White with #249FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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