Html Css Color HEX #4094EF Cornflower Blue

📋 copy color: '#4094EF'

red 64 ◦ green 148 ◦ blue 239

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

Shades of Cornflower Blue #4094EF

Tints of Cornflower Blue #4094EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 52.99%

R = 14.19%
G = 32.82%
B = 52.99%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4094EF (or 0x4094EF) is known color: Cornflower Blue. HEX triplet: 40, 94 and EF. RGB value is (64,148,239). Sum of RGB (Red+Green+Blue) = 64+148+239=451 (59% of max value = 765). Red value is 64 (25.39% from 255 or 14.19% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #4094EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4094EF is #BF6B10. Grayscale: #848484. Windows color (decimal): -12544785 or 15701056. OLE color: 15701056.

HSL color Cylindrical-coordinate representation of color #4094EF: hue angle of 211.2º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4094EF is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 148 239 -
CMYK 0.73 0.38 0 0.06
HSL 211.2º 0.85% 0.59% -
HSV(B) 211.2º 0.73% 0.94% -
XYZ 28.28 28.5 85.67 -
YUV 133.26 187.67 78.6 -
System Red Green Blue C M Y K H S L
Decimal 64 148 239 0.73 0.38 0 0.06 211.2 0.85 0.59
Hex 40 94 EF 49 26 0 6 D3 55 3B
Octal 100 224 357 111 46 0 6 323 125 73
Binary 1000000 10010100 11101111 1001001 100110 0 110 11010011 1010101 111011

Color Harmonies of #4094EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4094EF

Black with #4094EF

Text Example


Text Example

White with #4094EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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