#65A8ED

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

Shades of Cornflower Blue #65A8ED

Tints of Cornflower Blue #65A8ED

Color information

#65A8ED (or 0x65A8ED) is unknown color: approx Cornflower Blue. HEX triplet: 65, A8 and ED. RGB value is (101,168,237). Sum of RGB (Red+Green+Blue) = 101+168+237=506 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.96% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 237 (92.97% from 255 or 46.84% from 506); Max value from RGB is 237 - color contains mainly: blue. Hex color #65A8ED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A8ED is #9A5712. Grayscale: #9B9B9B. Windows color (decimal): -10114835 or 15575141. OLE color: 15575141.

HSL color Cylindrical-coordinate representation of color #65A8ED: hue angle of 210.44º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65A8ED is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB101168237-
CMYK0.570.2900.07
HSL210.44º79.07%66.27%-
HSV(B)210.44º57.38%92.94%-
XYZ34.6636.8985.41-
YUV155.83173.888.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.96%
GREEN value IS 168 (66.02% from 255) = 33.20%
BLUE value IS 237 (92.97% from 255) = 46.84%
R=19.96%
G=33.20%
B=46.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1011682370.570.2900.07210.4479.0766.27
Hex65A8ED391D07d24f42
Octal145250355713507322117102
Binary110010110101000111011011110011110101111101001010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65A8ED; }

 p { color: rgb(101,168,237); }

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

<style>
 a { background-color: #65A8ED; }

 a { background-color: rgb(101,168,237); }

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

<style>
 span { border-color: #65A8ED; }

 span { border-color: rgb(101,168,237); }

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