Html Css Color HEX #249FBF Pelorous

📋 copy color: '#249FBF'

red 36 ◦ green 159 ◦ blue 191

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

Shades of Pelorous #249FBF

Tints of Pelorous #249FBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.48%

R = 9.33%
G = 41.19%
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

#249FBF (or 0x249FBF) is known color: Pelorous. HEX triplet: 24, 9F and BF. RGB value is (36,159,191). Sum of RGB (Red+Green+Blue) = 36+159+191=386 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.33% from 386); Green value is 159 (62.5% from 255 or 41.19% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #249FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FBF is #DB6040. Grayscale: #7D7D7D. Windows color (decimal): -14377025 or 12558116. OLE color: 12558116.

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

Color convert

RGB 36 159 191 -
CMYK 0.81 0.17 0 0.25
HSL 192.39º 0.68% 0.45% -
HSV(B) 192.39º 0.81% 0.75% -
XYZ 22.53 28.93 53.69 -
YUV 125.87 164.75 63.9 -
System Red Green Blue C M Y K H S L
Decimal 36 159 191 0.81 0.17 0 0.25 192.39 0.68 0.45
Hex 24 9F BF 51 11 0 19 C0 44 2D
Octal 44 237 277 121 21 0 31 300 104 55
Binary 100100 10011111 10111111 1010001 10001 0 11001 11000000 1000100 101101

Color Harmonies of #249FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FBF

Black with #249FBF

Text Example


Text Example

White with #249FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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