Html Css Color HEX #4594EF Cornflower Blue

📋 copy color: '#4594EF'

red 69 ◦ green 148 ◦ blue 239

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

Shades of Cornflower Blue #4594EF

Tints of Cornflower Blue #4594EF

RGB

 RED value IS 69 (27.34% from 255) = 15.13%

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

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

R = 15.13%
G = 32.46%
B = 52.41%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#4594EF (or 0x4594EF) is known color: Cornflower Blue. HEX triplet: 45, 94 and EF. RGB value is (69,148,239). Sum of RGB (Red+Green+Blue) = 69+148+239=456 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.13% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #4594EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4594EF is #BA6B10. Grayscale: #868686. Windows color (decimal): -12217105 or 15701061. OLE color: 15701061.

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

Color convert

RGB 69 148 239 -
CMYK 0.71 0.38 0 0.06
HSL 212.12º 0.84% 0.6% -
HSV(B) 212.12º 0.71% 0.94% -
XYZ 28.62 28.68 85.69 -
YUV 134.75 186.83 81.1 -
System Red Green Blue C M Y K H S L
Decimal 69 148 239 0.71 0.38 0 0.06 212.12 0.84 0.6
Hex 45 94 EF 47 26 0 6 D4 54 3C
Octal 105 224 357 107 46 0 6 324 124 74
Binary 1000101 10010100 11101111 1000111 100110 0 110 11010100 1010100 111100

Color Harmonies of #4594EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4594EF

Black with #4594EF

Text Example


Text Example

White with #4594EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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