Html Css Color HEX #2494CE Pelorous

📋 copy color: '#2494CE'

red 36 ◦ green 148 ◦ blue 206

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

Shades of Pelorous #2494CE

Tints of Pelorous #2494CE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 37.95%

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

R = 9.23%
G = 37.95%
B = 52.82%

CMYK

 C value IS 0.83

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2494CE (or 0x2494CE) is known color: Pelorous. HEX triplet: 24, 94 and CE. RGB value is (36,148,206). Sum of RGB (Red+Green+Blue) = 36+148+206=390 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.23% from 390); Green value is 148 (58.20% from 255 or 37.95% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #2494CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2494CE is #DB6B31. Grayscale: #787878. Windows color (decimal): -14379826 or 13538340. OLE color: 13538340.

HSL color Cylindrical-coordinate representation of color #2494CE: hue angle of 200.47º 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 #2494CE is Cyan = 0.83, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 36 148 206 -
CMYK 0.83 0.28 0 0.19
HSL 200.47º 0.7% 0.47% -
HSV(B) 200.47º 0.83% 0.81% -
XYZ 22.46 26.01 62.23 -
YUV 121.12 175.89 67.28 -
System Red Green Blue C M Y K H S L
Decimal 36 148 206 0.83 0.28 0 0.19 200.47 0.7 0.47
Hex 24 94 CE 53 1C 0 13 C8 46 2F
Octal 44 224 316 123 34 0 23 310 106 57
Binary 100100 10010100 11001110 1010011 11100 0 10011 11001000 1000110 101111

Color Harmonies of #2494CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2494CE

Black with #2494CE

Text Example


Text Example

White with #2494CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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