Html Css Color HEX #2493CC Pelorous

📋 copy color: '#2493CC'

red 36 ◦ green 147 ◦ blue 204

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

Shades of Pelorous #2493CC

Tints of Pelorous #2493CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.98%

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

R = 9.3%
G = 37.98%
B = 52.71%

CMYK

 C value IS 0.82

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2493CC (or 0x2493CC) is known color: Pelorous. HEX triplet: 24, 93 and CC. RGB value is (36,147,204). Sum of RGB (Red+Green+Blue) = 36+147+204=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 147 (57.81% from 255 or 37.98% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #2493CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2493CC is #DB6C33. Grayscale: #777777. Windows color (decimal): -14380084 or 13407012. OLE color: 13407012.

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

Color convert

RGB 36 147 204 -
CMYK 0.82 0.28 0 0.2
HSL 200.36º 0.7% 0.47% -
HSV(B) 200.36º 0.82% 0.8% -
XYZ 22.06 25.6 60.91 -
YUV 120.31 175.23 67.87 -
System Red Green Blue C M Y K H S L
Decimal 36 147 204 0.82 0.28 0 0.2 200.36 0.7 0.47
Hex 24 93 CC 52 1C 0 14 C8 46 2F
Octal 44 223 314 122 34 0 24 310 106 57
Binary 100100 10010011 11001100 1010010 11100 0 10100 11001000 1000110 101111

Color Harmonies of #2493CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493CC

Black with #2493CC

Text Example


Text Example

White with #2493CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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