Html Css Color HEX #2495CE Pelorous

📋 copy color: '#2495CE'

red 36 ◦ green 149 ◦ blue 206

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

Shades of Pelorous #2495CE

Tints of Pelorous #2495CE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.11%

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

R = 9.21%
G = 38.11%
B = 52.69%

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

#2495CE (or 0x2495CE) is known color: Pelorous. HEX triplet: 24, 95 and CE. RGB value is (36,149,206). Sum of RGB (Red+Green+Blue) = 36+149+206=391 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.21% from 391); Green value is 149 (58.59% from 255 or 38.11% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #2495CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495CE is #DB6A31. Grayscale: #797979. Windows color (decimal): -14379570 or 13538596. OLE color: 13538596.

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

Color convert

RGB 36 149 206 -
CMYK 0.83 0.28 0 0.19
HSL 200.12º 0.7% 0.47% -
HSV(B) 200.12º 0.83% 0.81% -
XYZ 22.62 26.33 62.28 -
YUV 121.71 175.56 66.87 -
System Red Green Blue C M Y K H S L
Decimal 36 149 206 0.83 0.28 0 0.19 200.12 0.7 0.47
Hex 24 95 CE 53 1C 0 13 C8 46 2F
Octal 44 225 316 123 34 0 23 310 106 57
Binary 100100 10010101 11001110 1010011 11100 0 10011 11001000 1000110 101111

Color Harmonies of #2495CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495CE

Black with #2495CE

Text Example


Text Example

White with #2495CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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