Html Css Color HEX #249FBC Pelorous

📋 copy color: '#249FBC'

red 36 ◦ green 159 ◦ blue 188

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

Shades of Pelorous #249FBC

Tints of Pelorous #249FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 49.09%

R = 9.4%
G = 41.51%
B = 49.09%

CMYK

 C value IS 0.81

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#249FBC (or 0x249FBC) is known color: Pelorous. HEX triplet: 24, 9F and BC. RGB value is (36,159,188). Sum of RGB (Red+Green+Blue) = 36+159+188=383 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.40% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #249FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FBC is #DB6043. Grayscale: #7D7D7D. Windows color (decimal): -14377028 or 12361508. OLE color: 12361508.

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

Color convert

RGB 36 159 188 -
CMYK 0.81 0.15 0 0.26
HSL 191.45º 0.68% 0.44% -
HSV(B) 191.45º 0.81% 0.74% -
XYZ 22.2 28.8 51.97 -
YUV 125.53 163.25 64.14 -
System Red Green Blue C M Y K H S L
Decimal 36 159 188 0.81 0.15 0 0.26 191.45 0.68 0.44
Hex 24 9F BC 51 F 0 1A BF 44 2C
Octal 44 237 274 121 17 0 32 277 104 54
Binary 100100 10011111 10111100 1010001 1111 0 11010 10111111 1000100 101100

Color Harmonies of #249FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FBC

Black with #249FBC

Text Example


Text Example

White with #249FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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