Html Css Color HEX #4094EA Summer Sky

📋 copy color: '#4094EA'

red 64 ◦ green 148 ◦ blue 234

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

Shades of Summer Sky #4094EA

Tints of Summer Sky #4094EA

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.18%

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

R = 14.35%
G = 33.18%
B = 52.47%

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

#4094EA (or 0x4094EA) is known color: Summer Sky. HEX triplet: 40, 94 and EA. RGB value is (64,148,234). Sum of RGB (Red+Green+Blue) = 64+148+234=446 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.35% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #4094EA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4094EA is #BF6B15. Grayscale: #848484. Windows color (decimal): -12544790 or 15373376. OLE color: 15373376.

HSL color Cylindrical-coordinate representation of color #4094EA: hue angle of 210.35º 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 #4094EA is Cyan = 0.73, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 148 234 -
CMYK 0.73 0.37 0 0.08
HSL 210.35º 0.8% 0.58% -
HSV(B) 210.35º 0.73% 0.92% -
XYZ 27.56 28.21 81.83 -
YUV 132.69 185.17 79.01 -
System Red Green Blue C M Y K H S L
Decimal 64 148 234 0.73 0.37 0 0.08 210.35 0.8 0.58
Hex 40 94 EA 49 25 0 8 D2 50 3A
Octal 100 224 352 111 45 0 10 322 120 72
Binary 1000000 10010100 11101010 1001001 100101 0 1000 11010010 1010000 111010

Color Harmonies of #4094EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4094EA

Black with #4094EA

Text Example


Text Example

White with #4094EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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