Html Css Color HEX #2495DA Summer Sky

📋 copy color: '#2495DA'

red 36 ◦ green 149 ◦ blue 218

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

Shades of Summer Sky #2495DA

Tints of Summer Sky #2495DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 54.09%

R = 8.93%
G = 36.97%
B = 54.09%

CMYK

 C value IS 0.83

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2495DA (or 0x2495DA) is known color: Summer Sky. HEX triplet: 24, 95 and DA. RGB value is (36,149,218). Sum of RGB (Red+Green+Blue) = 36+149+218=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 149 (58.59% from 255 or 36.97% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #2495DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2495DA is #DB6A25. Grayscale: #7A7A7A. Windows color (decimal): -14379558 or 14325028. OLE color: 14325028.

HSL color Cylindrical-coordinate representation of color #2495DA: hue angle of 202.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2495DA is Cyan = 0.83, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 36 149 218 -
CMYK 0.83 0.32 0 0.15
HSL 202.75º 0.72% 0.5% -
HSV(B) 202.75º 0.83% 0.85% -
XYZ 24.13 26.93 70.26 -
YUV 123.08 181.56 65.89 -
System Red Green Blue C M Y K H S L
Decimal 36 149 218 0.83 0.32 0 0.15 202.75 0.72 0.5
Hex 24 95 DA 53 20 0 F CB 48 32
Octal 44 225 332 123 40 0 17 313 110 62
Binary 100100 10010101 11011010 1010011 100000 0 1111 11001011 1001000 110010

Color Harmonies of #2495DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2495DA

Black with #2495DA

Text Example


Text Example

White with #2495DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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