Html Css Color HEX #249DCD Pelorous

📋 copy color: '#249DCD'

red 36 ◦ green 157 ◦ blue 205

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

Shades of Pelorous #249DCD

Tints of Pelorous #249DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.51%

R = 9.05%
G = 39.45%
B = 51.51%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#249DCD (or 0x249DCD) is known color: Pelorous. HEX triplet: 24, 9D and CD. RGB value is (36,157,205). Sum of RGB (Red+Green+Blue) = 36+157+205=398 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.05% from 398); Green value is 157 (61.72% from 255 or 39.45% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #249DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DCD is #DB6232. Grayscale: #7D7D7D. Windows color (decimal): -14377523 or 13475108. OLE color: 13475108.

HSL color Cylindrical-coordinate representation of color #249DCD: hue angle of 197.04º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #249DCD is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 157 205 -
CMYK 0.82 0.23 0 0.20
HSL 197.04º 0.7% 0.47% -
HSV(B) 197.04º 0.82% 0.8% -
XYZ 23.8 28.9 62.08 -
YUV 126.29 172.41 63.6 -
System Red Green Blue C M Y K H S L
Decimal 36 157 205 0.82 0.23 0 0.20 197.04 0.7 0.47
Hex 24 9D CD 52 17 0 14 C5 46 2F
Octal 44 235 315 122 27 0 24 305 106 57
Binary 100100 10011101 11001101 1010010 10111 0 10100 11000101 1000110 101111

Color Harmonies of #249DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DCD

Black with #249DCD

Text Example


Text Example

White with #249DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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