Html Css Color HEX #2499CC Pelorous

📋 copy color: '#2499CC'

red 36 ◦ green 153 ◦ blue 204

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

Shades of Pelorous #2499CC

Tints of Pelorous #2499CC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.93%

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

R = 9.16%
G = 38.93%
B = 51.91%

CMYK

 C value IS 0.82

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2499CC (or 0x2499CC) is known color: Pelorous. HEX triplet: 24, 99 and CC. RGB value is (36,153,204). Sum of RGB (Red+Green+Blue) = 36+153+204=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 153 (60.16% from 255 or 38.93% from 393); Blue value is 204 (80.08% from 255 or 51.91% from 393); Max value from RGB is 204 - color contains mainly: blue. Hex color #2499CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2499CC is #DB6633. Grayscale: #7B7B7B. Windows color (decimal): -14378548 or 13408548. OLE color: 13408548.

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

Color convert

RGB 36 153 204 -
CMYK 0.82 0.25 0 0.2
HSL 198.21º 0.7% 0.47% -
HSV(B) 198.21º 0.82% 0.8% -
XYZ 23.02 27.52 61.22 -
YUV 123.83 173.24 65.35 -
System Red Green Blue C M Y K H S L
Decimal 36 153 204 0.82 0.25 0 0.2 198.21 0.7 0.47
Hex 24 99 CC 52 19 0 14 C6 46 2F
Octal 44 231 314 122 31 0 24 306 106 57
Binary 100100 10011001 11001100 1010010 11001 0 10100 11000110 1000110 101111

Color Harmonies of #2499CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2499CC

Black with #2499CC

Text Example


Text Example

White with #2499CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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