Html Css Color HEX #249DBA Pelorous

📋 copy color: '#249DBA'

red 36 ◦ green 157 ◦ blue 186

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

Shades of Pelorous #249DBA

Tints of Pelorous #249DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 49.08%

R = 9.5%
G = 41.42%
B = 49.08%

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

#249DBA (or 0x249DBA) is known color: Pelorous. HEX triplet: 24, 9D and BA. RGB value is (36,157,186). Sum of RGB (Red+Green+Blue) = 36+157+186=379 (50% of max value = 765). Red value is 36 (14.45% from 255 or 9.50% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 186 (73.05% from 255 or 49.08% from 379); Max value from RGB is 186 - color contains mainly: blue. Hex color #249DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DBA is #DB6245. Grayscale: #7B7B7B. Windows color (decimal): -14377542 or 12229924. OLE color: 12229924.

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

Color convert

RGB 36 157 186 -
CMYK 0.81 0.16 0 0.27
HSL 191.6º 0.68% 0.44% -
HSV(B) 191.6º 0.81% 0.73% -
XYZ 21.65 28.03 50.72 -
YUV 124.13 162.91 65.14 -
System Red Green Blue C M Y K H S L
Decimal 36 157 186 0.81 0.16 0 0.27 191.6 0.68 0.44
Hex 24 9D BA 51 10 0 1B C0 44 2C
Octal 44 235 272 121 20 0 33 300 104 54
Binary 100100 10011101 10111010 1010001 10000 0 11011 11000000 1000100 101100

Color Harmonies of #249DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DBA

Black with #249DBA

Text Example


Text Example

White with #249DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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