Html Css Color HEX #2495CA Pelorous

📋 copy color: '#2495CA'

red 36 ◦ green 149 ◦ blue 202

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

Shades of Pelorous #2495CA

Tints of Pelorous #2495CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 52.2%

R = 9.3%
G = 38.5%
B = 52.2%

CMYK

 C value IS 0.82

 M value IS 0.26

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2495CA (or 0x2495CA) is known color: Pelorous. HEX triplet: 24, 95 and CA. RGB value is (36,149,202). Sum of RGB (Red+Green+Blue) = 36+149+202=387 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.30% from 387); Green value is 149 (58.59% from 255 or 38.50% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #2495CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495CA is #DB6A35. Grayscale: #787878. Windows color (decimal): -14379574 or 13276452. OLE color: 13276452.

HSL color Cylindrical-coordinate representation of color #2495CA: hue angle of 199.16º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2495CA is Cyan = 0.82, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 36 149 202 -
CMYK 0.82 0.26 0 0.21
HSL 199.16º 0.7% 0.47% -
HSV(B) 199.16º 0.82% 0.79% -
XYZ 22.14 26.13 59.75 -
YUV 121.26 173.56 67.19 -
System Red Green Blue C M Y K H S L
Decimal 36 149 202 0.82 0.26 0 0.21 199.16 0.7 0.47
Hex 24 95 CA 52 1A 0 15 C7 46 2F
Octal 44 225 312 122 32 0 25 307 106 57
Binary 100100 10010101 11001010 1010010 11010 0 10101 11000111 1000110 101111

Color Harmonies of #2495CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495CA

Black with #2495CA

Text Example


Text Example

White with #2495CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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