Html Css Color HEX #249FB4 Pelorous

📋 copy color: '#249FB4'

red 36 ◦ green 159 ◦ blue 180

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

Shades of Pelorous #249FB4

Tints of Pelorous #249FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 48%

R = 9.6%
G = 42.4%
B = 48%

CMYK

 C value IS 0.8

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#249FB4 (or 0x249FB4) is known color: Pelorous. HEX triplet: 24, 9F and B4. RGB value is (36,159,180). Sum of RGB (Red+Green+Blue) = 36+159+180=375 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.6% from 375); Green value is 159 (62.5% from 255 or 42.4% from 375); Blue value is 180 (70.70% from 255 or 48% from 375); Max value from RGB is 180 - color contains mainly: blue. Hex color #249FB4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249FB4 is #DB604B. Grayscale: #7C7C7C. Windows color (decimal): -14377036 or 11837220. OLE color: 11837220.

HSL color Cylindrical-coordinate representation of color #249FB4: hue angle of 188.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #249FB4 is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 36 159 180 -
CMYK 0.8 0.12 0 0.29
HSL 188.75º 0.67% 0.42% -
HSV(B) 188.75º 0.8% 0.71% -
XYZ 21.36 28.47 47.55 -
YUV 124.62 159.25 64.79 -
System Red Green Blue C M Y K H S L
Decimal 36 159 180 0.8 0.12 0 0.29 188.75 0.67 0.42
Hex 24 9F B4 50 C 0 1D BD 43 2A
Octal 44 237 264 120 14 0 35 275 103 52
Binary 100100 10011111 10110100 1010000 1100 0 11101 10111101 1000011 101010

Color Harmonies of #249FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249FB4

Black with #249FB4

Text Example


Text Example

White with #249FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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