Html Css Color HEX #249DBC Pelorous

📋 copy color: '#249DBC'

red 36 ◦ green 157 ◦ blue 188

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

Shades of Pelorous #249DBC

Tints of Pelorous #249DBC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 41.21%

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

R = 9.45%
G = 41.21%
B = 49.34%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#249DBC (or 0x249DBC) is known color: Pelorous. HEX triplet: 24, 9D and BC. RGB value is (36,157,188). Sum of RGB (Red+Green+Blue) = 36+157+188=381 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.45% from 381); Green value is 157 (61.72% from 255 or 41.21% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #249DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DBC is #DB6243. Grayscale: #7C7C7C. Windows color (decimal): -14377540 or 12360996. OLE color: 12360996.

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

Color convert

RGB 36 157 188 -
CMYK 0.81 0.16 0 0.26
HSL 192.24º 0.68% 0.44% -
HSV(B) 192.24º 0.81% 0.74% -
XYZ 21.86 28.12 51.85 -
YUV 124.36 163.91 64.98 -
System Red Green Blue C M Y K H S L
Decimal 36 157 188 0.81 0.16 0 0.26 192.24 0.68 0.44
Hex 24 9D BC 51 10 0 1A C0 44 2C
Octal 44 235 274 121 20 0 32 300 104 54
Binary 100100 10011101 10111100 1010001 10000 0 11010 11000000 1000100 101100

Color Harmonies of #249DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DBC

Black with #249DBC

Text Example


Text Example

White with #249DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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