Html Css Color HEX #4095DE Summer Sky

📋 copy color: '#4095DE'

red 64 ◦ green 149 ◦ blue 222

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

Shades of Summer Sky #4095DE

Tints of Summer Sky #4095DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.03%

R = 14.71%
G = 34.25%
B = 51.03%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4095DE (or 0x4095DE) is known color: Summer Sky. HEX triplet: 40, 95 and DE. RGB value is (64,149,222). Sum of RGB (Red+Green+Blue) = 64+149+222=435 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.71% from 435); Green value is 149 (58.59% from 255 or 34.25% from 435); Blue value is 222 (87.11% from 255 or 51.03% from 435); Max value from RGB is 222 - color contains mainly: blue. Hex color #4095DE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4095DE is #BF6A21. Grayscale: #838383. Windows color (decimal): -12544546 or 14587200. OLE color: 14587200.

HSL color Cylindrical-coordinate representation of color #4095DE: hue angle of 207.72º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4095DE is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 149 222 -
CMYK 0.71 0.33 0 0.13
HSL 207.72º 0.71% 0.56% -
HSV(B) 207.72º 0.71% 0.87% -
XYZ 26.05 27.86 73.11 -
YUV 131.91 178.84 79.56 -
System Red Green Blue C M Y K H S L
Decimal 64 149 222 0.71 0.33 0 0.13 207.72 0.71 0.56
Hex 40 95 DE 47 21 0 D D0 47 38
Octal 100 225 336 107 41 0 15 320 107 70
Binary 1000000 10010101 11011110 1000111 100001 0 1101 11010000 1000111 111000

Color Harmonies of #4095DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4095DE

Black with #4095DE

Text Example


Text Example

White with #4095DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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