Html Css Color HEX #249DBB Pelorous

📋 copy color: '#249DBB'

red 36 ◦ green 157 ◦ blue 187

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

Shades of Pelorous #249DBB

Tints of Pelorous #249DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 49.21%

R = 9.47%
G = 41.32%
B = 49.21%

CMYK

 C value IS 0.81

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#249DBB (or 0x249DBB) is known color: Pelorous. HEX triplet: 24, 9D and BB. RGB value is (36,157,187). Sum of RGB (Red+Green+Blue) = 36+157+187=380 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.47% from 380); Green value is 157 (61.72% from 255 or 41.32% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #249DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DBB is #DB6244. Grayscale: #7C7C7C. Windows color (decimal): -14377541 or 12295460. OLE color: 12295460.

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

Color convert

RGB 36 157 187 -
CMYK 0.81 0.16 0 0.27
HSL 191.92º 0.68% 0.44% -
HSV(B) 191.92º 0.81% 0.73% -
XYZ 21.75 28.08 51.29 -
YUV 124.24 163.41 65.06 -
System Red Green Blue C M Y K H S L
Decimal 36 157 187 0.81 0.16 0 0.27 191.92 0.68 0.44
Hex 24 9D BB 51 10 0 1B C0 44 2C
Octal 44 235 273 121 20 0 33 300 104 54
Binary 100100 10011101 10111011 1010001 10000 0 11011 11000000 1000100 101100

Color Harmonies of #249DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DBB

Black with #249DBB

Text Example


Text Example

White with #249DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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