Html Css Color HEX #249FB9 Pelorous

📋 copy color: '#249FB9'

red 36 ◦ green 159 ◦ blue 185

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

Shades of Pelorous #249FB9

Tints of Pelorous #249FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 48.68%

R = 9.47%
G = 41.84%
B = 48.68%

CMYK

 C value IS 0.81

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#249FB9 (or 0x249FB9) is known color: Pelorous. HEX triplet: 24, 9F and B9. RGB value is (36,159,185). Sum of RGB (Red+Green+Blue) = 36+159+185=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 185 (72.66% from 255 or 48.68% from 380); Max value from RGB is 185 - color contains mainly: blue. Hex color #249FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FB9 is #DB6046. Grayscale: #7C7C7C. Windows color (decimal): -14377031 or 12164900. OLE color: 12164900.

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

Color convert

RGB 36 159 185 -
CMYK 0.81 0.14 0 0.27
HSL 190.47º 0.67% 0.43% -
HSV(B) 190.47º 0.81% 0.73% -
XYZ 21.88 28.67 50.28 -
YUV 125.19 161.75 64.39 -
System Red Green Blue C M Y K H S L
Decimal 36 159 185 0.81 0.14 0 0.27 190.47 0.67 0.43
Hex 24 9F B9 51 E 0 1B BE 43 2B
Octal 44 237 271 121 16 0 33 276 103 53
Binary 100100 10011111 10111001 1010001 1110 0 11011 10111110 1000011 101011

Color Harmonies of #249FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FB9

Black with #249FB9

Text Example


Text Example

White with #249FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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