#65A8FA

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

Shades of Cornflower Blue #65A8FA

Tints of Cornflower Blue #65A8FA

Color information

#65A8FA (or 0x65A8FA) is unknown color: approx Cornflower Blue. HEX triplet: 65, A8 and FA. RGB value is (101,168,250). Sum of RGB (Red+Green+Blue) = 101+168+250=519 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.46% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 250 (98.05% from 255 or 48.17% from 519); Max value from RGB is 250 - color contains mainly: blue. Hex color #65A8FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A8FA is #9A5705. Grayscale: #9C9C9C. Windows color (decimal): -10114822 or 16427109. OLE color: 16427109.

HSL color Cylindrical-coordinate representation of color #65A8FA: hue angle of 213.02º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65A8FA is Cyan = 0.60, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB101168250-
CMYK0.600.3300.02
HSL213.02º93.71%68.82%-
HSV(B)213.02º59.6%98.04%-
XYZ36.6237.6795.78-
YUV157.32180.387.83-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.46%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 250 (98.05% from 255) = 48.17%
R=19.46%
G=32.37%
B=48.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1011682500.600.3300.02213.0293.7168.82
Hex65A8FA3C2102d55e45
Octal145250372744102325136105
Binary110010110101000111110101111001000010101101010110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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