#607EDF

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

Shades of Cornflower Blue #607EDF

Tints of Cornflower Blue #607EDF

Color information

#607EDF (or 0x607EDF) is unknown color: approx Cornflower Blue. HEX triplet: 60, 7E and DF. RGB value is (96,126,223). Sum of RGB (Red+Green+Blue) = 96+126+223=445 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.57% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #607EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #607EDF is #9F8120. Grayscale: #7F7F7F. Windows color (decimal): -10453281 or 14646880. OLE color: 14646880.

HSL color Cylindrical-coordinate representation of color #607EDF: hue angle of 225.83º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #607EDF is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96126223-
CMYK0.570.4300.13
HSL225.83º66.49%62.55%-
HSV(B)225.83º56.95%87.45%-
XYZ25.622.7472.85-
YUV128.09181.56105.11-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 21.57%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 223 (87.5% from 255) = 50.11%
R=21.57%
G=28.31%
B=50.11%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal961262230.570.4300.13225.8366.4962.55
Hex607EDF392B0De2423f
Octal140176337715301534210277
Binary110000011111101101111111100110101101101111000101000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #607EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #607EDF; }

 p { color: rgb(96,126,223); }

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

<style>
 a { background-color: #607EDF; }

 a { background-color: rgb(96,126,223); }

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

<style>
 span { border-color: #607EDF; }

 span { border-color: rgb(96,126,223); }

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