Html Css Color HEX #2495C0 Pelorous

📋 copy color: '#2495C0'

red 36 ◦ green 149 ◦ blue 192

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

Shades of Pelorous #2495C0

Tints of Pelorous #2495C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 50.93%

R = 9.55%
G = 39.52%
B = 50.93%

CMYK

 C value IS 0.81

 M value IS 0.22

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#2495C0 (or 0x2495C0) is known color: Pelorous. HEX triplet: 24, 95 and C0. RGB value is (36,149,192). Sum of RGB (Red+Green+Blue) = 36+149+192=377 (49% of max value = 765). Red value is 36 (14.45% from 255 or 9.55% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #2495C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495C0 is #DB6A3F. Grayscale: #777777. Windows color (decimal): -14379584 or 12621092. OLE color: 12621092.

HSL color Cylindrical-coordinate representation of color #2495C0: hue angle of 196.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2495C0 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 36 149 192 -
CMYK 0.81 0.22 0 0.25
HSL 196.54º 0.68% 0.45% -
HSV(B) 196.54º 0.81% 0.75% -
XYZ 20.99 25.68 53.72 -
YUV 120.12 168.56 68 -
System Red Green Blue C M Y K H S L
Decimal 36 149 192 0.81 0.22 0 0.25 196.54 0.68 0.45
Hex 24 95 C0 51 16 0 19 C5 44 2D
Octal 44 225 300 121 26 0 31 305 104 55
Binary 100100 10010101 11000000 1010001 10110 0 11001 11000101 1000100 101101

Color Harmonies of #2495C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495C0

Black with #2495C0

Text Example


Text Example

White with #2495C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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