Html Css Color HEX #249CCD Pelorous

📋 copy color: '#249CCD'

red 36 ◦ green 156 ◦ blue 205

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

Shades of Pelorous #249CCD

Tints of Pelorous #249CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

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

R = 9.07%
G = 39.29%
B = 51.64%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#249CCD (or 0x249CCD) is known color: Pelorous. HEX triplet: 24, 9C and CD. RGB value is (36,156,205). Sum of RGB (Red+Green+Blue) = 36+156+205=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #249CCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CCD is #DB6332. Grayscale: #7D7D7D. Windows color (decimal): -14377779 or 13474852. OLE color: 13474852.

HSL color Cylindrical-coordinate representation of color #249CCD: hue angle of 197.4º 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 #249CCD is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 36 156 205 -
CMYK 0.82 0.24 0 0.20
HSL 197.4º 0.7% 0.47% -
HSV(B) 197.4º 0.82% 0.8% -
XYZ 23.64 28.56 62.02 -
YUV 125.71 172.74 64.02 -
System Red Green Blue C M Y K H S L
Decimal 36 156 205 0.82 0.24 0 0.20 197.4 0.7 0.47
Hex 24 9C CD 52 18 0 14 C5 46 2F
Octal 44 234 315 122 30 0 24 305 106 57
Binary 100100 10011100 11001101 1010010 11000 0 10100 11000101 1000110 101111

Color Harmonies of #249CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CCD

Black with #249CCD

Text Example


Text Example

White with #249CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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