Html Css Color HEX #2493CE Pelorous

📋 copy color: '#2493CE'

red 36 ◦ green 147 ◦ blue 206

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

Shades of Pelorous #2493CE

Tints of Pelorous #2493CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.96%

R = 9.25%
G = 37.79%
B = 52.96%

CMYK

 C value IS 0.83

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2493CE (or 0x2493CE) is known color: Pelorous. HEX triplet: 24, 93 and CE. RGB value is (36,147,206). Sum of RGB (Red+Green+Blue) = 36+147+206=389 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.25% from 389); Green value is 147 (57.81% from 255 or 37.79% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #2493CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2493CE is #DB6C31. Grayscale: #787878. Windows color (decimal): -14380082 or 13538084. OLE color: 13538084.

HSL color Cylindrical-coordinate representation of color #2493CE: hue angle of 200.82º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2493CE is Cyan = 0.83, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 147 206 -
CMYK 0.83 0.29 0 0.19
HSL 200.82º 0.7% 0.47% -
HSV(B) 200.82º 0.83% 0.81% -
XYZ 22.3 25.7 62.18 -
YUV 120.54 176.23 67.7 -
System Red Green Blue C M Y K H S L
Decimal 36 147 206 0.83 0.29 0 0.19 200.82 0.7 0.47
Hex 24 93 CE 53 1D 0 13 C9 46 2F
Octal 44 223 316 123 35 0 23 311 106 57
Binary 100100 10010011 11001110 1010011 11101 0 10011 11001001 1000110 101111

Color Harmonies of #2493CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2493CE

Black with #2493CE

Text Example


Text Example

White with #2493CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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