Html Css Color HEX #249DC6 Pelorous

📋 copy color: '#249DC6'

red 36 ◦ green 157 ◦ blue 198

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

Shades of Pelorous #249DC6

Tints of Pelorous #249DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 50.64%

R = 9.21%
G = 40.15%
B = 50.64%

CMYK

 C value IS 0.82

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#249DC6 (or 0x249DC6) is known color: Pelorous. HEX triplet: 24, 9D and C6. RGB value is (36,157,198). Sum of RGB (Red+Green+Blue) = 36+157+198=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 157 (61.72% from 255 or 40.15% from 391); Blue value is 198 (77.73% from 255 or 50.64% from 391); Max value from RGB is 198 - color contains mainly: blue. Hex color #249DC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DC6 is #DB6239. Grayscale: #7D7D7D. Windows color (decimal): -14377530 or 13016356. OLE color: 13016356.

HSL color Cylindrical-coordinate representation of color #249DC6: hue angle of 195.19º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249DC6 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 36 157 198 -
CMYK 0.82 0.21 0 0.22
HSL 195.19º 0.69% 0.46% -
HSV(B) 195.19º 0.82% 0.78% -
XYZ 22.98 28.57 57.73 -
YUV 125.5 168.91 64.17 -
System Red Green Blue C M Y K H S L
Decimal 36 157 198 0.82 0.21 0 0.22 195.19 0.69 0.46
Hex 24 9D C6 52 15 0 16 C3 45 2E
Octal 44 235 306 122 25 0 26 303 105 56
Binary 100100 10011101 11000110 1010010 10101 0 10110 11000011 1000101 101110

Color Harmonies of #249DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DC6

Black with #249DC6

Text Example


Text Example

White with #249DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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