Html Css Color HEX #249BD0 Pelorous

📋 copy color: '#249BD0'

red 36 ◦ green 155 ◦ blue 208

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

Shades of Pelorous #249BD0

Tints of Pelorous #249BD0

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.85%

 BLUE value IS 208 (81.64% from 255) = 52.13%

R = 9.02%
G = 38.85%
B = 52.13%

CMYK

 C value IS 0.83

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#249BD0 (or 0x249BD0) is known color: Pelorous. HEX triplet: 24, 9B and D0. RGB value is (36,155,208). Sum of RGB (Red+Green+Blue) = 36+155+208=399 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.02% from 399); Green value is 155 (60.94% from 255 or 38.85% from 399); Blue value is 208 (81.64% from 255 or 52.13% from 399); Max value from RGB is 208 - color contains mainly: blue. Hex color #249BD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249BD0 is #DB642F. Grayscale: #7D7D7D. Windows color (decimal): -14378032 or 13671204. OLE color: 13671204.

HSL color Cylindrical-coordinate representation of color #249BD0: hue angle of 198.49º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #249BD0 is Cyan = 0.83, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 36 155 208 -
CMYK 0.83 0.25 0 0.18
HSL 198.49º 0.7% 0.48% -
HSV(B) 198.49º 0.83% 0.82% -
XYZ 23.83 28.37 63.89 -
YUV 125.46 174.58 64.19 -
System Red Green Blue C M Y K H S L
Decimal 36 155 208 0.83 0.25 0 0.18 198.49 0.7 0.48
Hex 24 9B D0 53 19 0 12 C6 46 30
Octal 44 233 320 123 31 0 22 306 106 60
Binary 100100 10011011 11010000 1010011 11001 0 10010 11000110 1000110 110000

Color Harmonies of #249BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249BD0

Black with #249BD0

Text Example


Text Example

White with #249BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,155,208); }

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

background-color css

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

 a { background-color: rgb(36,155,208); }

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

border-color css

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

 span { border-color: rgb(36,155,208); }

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