Html Css Color HEX #4095EB Summer Sky

📋 copy color: '#4095EB'

red 64 ◦ green 149 ◦ blue 235

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

Shades of Summer Sky #4095EB

Tints of Summer Sky #4095EB

RGB

 RED value IS 64 (25.39% from 255) = 14.29%

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

 BLUE value IS 235 (92.19% from 255) = 52.46%

R = 14.29%
G = 33.26%
B = 52.46%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4095EB (or 0x4095EB) is known color: Summer Sky. HEX triplet: 40, 95 and EB. RGB value is (64,149,235). Sum of RGB (Red+Green+Blue) = 64+149+235=448 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.29% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #4095EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4095EB is #BF6A14. Grayscale: #848484. Windows color (decimal): -12544533 or 15439168. OLE color: 15439168.

HSL color Cylindrical-coordinate representation of color #4095EB: hue angle of 210.18º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4095EB is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 149 235 -
CMYK 0.73 0.37 0 0.08
HSL 210.18º 0.81% 0.59% -
HSV(B) 210.18º 0.73% 0.92% -
XYZ 27.86 28.58 82.65 -
YUV 133.39 185.34 78.51 -
System Red Green Blue C M Y K H S L
Decimal 64 149 235 0.73 0.37 0 0.08 210.18 0.81 0.59
Hex 40 95 EB 49 25 0 8 D2 51 3B
Octal 100 225 353 111 45 0 10 322 121 73
Binary 1000000 10010101 11101011 1001001 100101 0 1000 11010010 1010001 111011

Color Harmonies of #4095EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095EB

Black with #4095EB

Text Example


Text Example

White with #4095EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4095EB; }

 p { color: rgb(64,149,235); }

 H1.HeaderClassName
 {
   color: #4095EB;
 }
 .AnyTagClassName
 {
   color: #4095EB;
 }
</style>

background-color css

<style>
 a { background-color: #4095EB; }

 a { background-color: rgb(64,149,235); }

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

border-color css

<style>
 span { border-color: #4095EB; }

 span { border-color: rgb(64,149,235); }

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