Html Css Color HEX #2496CC Pelorous

📋 copy color: '#2496CC'

red 36 ◦ green 150 ◦ blue 204

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

Shades of Pelorous #2496CC

Tints of Pelorous #2496CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.46%

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

R = 9.23%
G = 38.46%
B = 52.31%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2496CC (or 0x2496CC) is known color: Pelorous. HEX triplet: 24, 96 and CC. RGB value is (36,150,204). Sum of RGB (Red+Green+Blue) = 36+150+204=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 150 (58.98% from 255 or 38.46% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #2496CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2496CC is #DB6933. Grayscale: #797979. Windows color (decimal): -14379316 or 13407780. OLE color: 13407780.

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

Color convert

RGB 36 150 204 -
CMYK 0.82 0.26 0 0.2
HSL 199.29º 0.7% 0.47% -
HSV(B) 199.29º 0.82% 0.8% -
XYZ 22.53 26.55 61.06 -
YUV 122.07 174.23 66.61 -
System Red Green Blue C M Y K H S L
Decimal 36 150 204 0.82 0.26 0 0.2 199.29 0.7 0.47
Hex 24 96 CC 52 1A 0 14 C7 46 2F
Octal 44 226 314 122 32 0 24 307 106 57
Binary 100100 10010110 11001100 1010010 11010 0 10100 11000111 1000110 101111

Color Harmonies of #2496CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2496CC

Black with #2496CC

Text Example


Text Example

White with #2496CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2496CC; }

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

 H1.HeaderClassName
 {
   color: #2496CC;
 }
 .AnyTagClassName
 {
   color: #2496CC;
 }
</style>

background-color css

<style>
 a { background-color: #2496CC; }

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

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

border-color css

<style>
 span { border-color: #2496CC; }

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

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