Html Css Color HEX #4095EA Summer Sky

📋 copy color: '#4095EA'

red 64 ◦ green 149 ◦ blue 234

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

Shades of Summer Sky #4095EA

Tints of Summer Sky #4095EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 52.35%

R = 14.32%
G = 33.33%
B = 52.35%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4095EA (or 0x4095EA) is known color: Summer Sky. HEX triplet: 40, 95 and EA. RGB value is (64,149,234). Sum of RGB (Red+Green+Blue) = 64+149+234=447 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.32% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 234 (91.80% from 255 or 52.35% from 447); Max value from RGB is 234 - color contains mainly: blue. Hex color #4095EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4095EA is #BF6A15. Grayscale: #848484. Windows color (decimal): -12544534 or 15373632. OLE color: 15373632.

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

Color convert

RGB 64 149 234 -
CMYK 0.73 0.36 0 0.08
HSL 210º 0.8% 0.58% -
HSV(B) 210º 0.73% 0.92% -
XYZ 27.71 28.53 81.89 -
YUV 133.28 184.84 78.59 -
System Red Green Blue C M Y K H S L
Decimal 64 149 234 0.73 0.36 0 0.08 210 0.8 0.58
Hex 40 95 EA 49 24 0 8 D2 50 3A
Octal 100 225 352 111 44 0 10 322 120 72
Binary 1000000 10010101 11101010 1001001 100100 0 1000 11010010 1010000 111010

Color Harmonies of #4095EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095EA

Black with #4095EA

Text Example


Text Example

White with #4095EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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