Html Css Color HEX #249CCC Pelorous

📋 copy color: '#249CCC'

red 36 ◦ green 156 ◦ blue 204

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

Shades of Pelorous #249CCC

Tints of Pelorous #249CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 9.09%
G = 39.39%
B = 51.52%

CMYK

 C value IS 0.82

 M value IS 0.24

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#249CCC (or 0x249CCC) is known color: Pelorous. HEX triplet: 24, 9C and CC. RGB value is (36,156,204). Sum of RGB (Red+Green+Blue) = 36+156+204=396 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.09% from 396); Green value is 156 (61.33% from 255 or 39.39% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #249CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249CCC is #DB6333. Grayscale: #7D7D7D. Windows color (decimal): -14377780 or 13409316. OLE color: 13409316.

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

Color convert

RGB 36 156 204 -
CMYK 0.82 0.24 0 0.2
HSL 197.14º 0.7% 0.47% -
HSV(B) 197.14º 0.82% 0.8% -
XYZ 23.52 28.51 61.39 -
YUV 125.59 172.24 64.1 -
System Red Green Blue C M Y K H S L
Decimal 36 156 204 0.82 0.24 0 0.2 197.14 0.7 0.47
Hex 24 9C CC 52 18 0 14 C5 46 2F
Octal 44 234 314 122 30 0 24 305 106 57
Binary 100100 10011100 11001100 1010010 11000 0 10100 11000101 1000110 101111

Color Harmonies of #249CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249CCC

Black with #249CCC

Text Example


Text Example

White with #249CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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