#4594F0

Color #4594F0 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #4594F0

Tints of Cornflower Blue #4594F0

Color information

#4594F0 (or 0x4594F0) is unknown color: approx Cornflower Blue. HEX triplet: 45, 94 and F0. RGB value is (69,148,240). Sum of RGB (Red+Green+Blue) = 69+148+240=457 (60% of max value = 765). Red value is 69 (27.34% from 255 or 15.10% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #4594F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #4594F0 is #BA6B0F. Grayscale: #868686. Windows color (decimal): -12217104 or 15766597. OLE color: 15766597.

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

Color convert

RGB69148240-
CMYK0.710.3800.06
HSL212.28º85.07%60.59%-
HSV(B)212.28º71.25%94.12%-
XYZ28.7728.7486.47-
YUV134.87187.3381.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 15.10%
GREEN value IS 148 (58.20% from 255) = 32.39%
BLUE value IS 240 (94.14% from 255) = 52.52%
R=15.10%
G=32.39%
B=52.52%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal691482400.710.3800.06212.2885.0760.59
Hex4594F0472606d4553d
Octal105224360107460632412575
Binary1000101100101001111000010001111001100110110101001010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4594F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4594F0;
 }
 .AnyTagClassName
 {
   color: #4594F0;
 }
</style>
background-color css

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

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

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

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

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

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