Html Css Color HEX #249DCC Pelorous

📋 copy color: '#249DCC'

red 36 ◦ green 157 ◦ blue 204

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

Shades of Pelorous #249DCC

Tints of Pelorous #249DCC

RGB

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

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

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

R = 9.07%
G = 39.55%
B = 51.39%

CMYK

 C value IS 0.82

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#249DCC (or 0x249DCC) is known color: Pelorous. HEX triplet: 24, 9D and CC. RGB value is (36,157,204). Sum of RGB (Red+Green+Blue) = 36+157+204=397 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.07% from 397); Green value is 157 (61.72% from 255 or 39.55% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #249DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #249DCC is #DB6233. Grayscale: #7D7D7D. Windows color (decimal): -14377524 or 13409572. OLE color: 13409572.

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

Color convert

RGB 36 157 204 -
CMYK 0.82 0.23 0 0.2
HSL 196.79º 0.7% 0.47% -
HSV(B) 196.79º 0.82% 0.8% -
XYZ 23.68 28.85 61.45 -
YUV 126.18 171.91 63.68 -
System Red Green Blue C M Y K H S L
Decimal 36 157 204 0.82 0.23 0 0.2 196.79 0.7 0.47
Hex 24 9D CC 52 17 0 14 C5 46 2F
Octal 44 235 314 122 27 0 24 305 106 57
Binary 100100 10011101 11001100 1010010 10111 0 10100 11000101 1000110 101111

Color Harmonies of #249DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #249DCC

Black with #249DCC

Text Example


Text Example

White with #249DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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