#65A0FE

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

Shades of Cornflower Blue #65A0FE

Tints of Cornflower Blue #65A0FE

Color information

#65A0FE (or 0x65A0FE) is unknown color: approx Cornflower Blue. HEX triplet: 65, A0 and FE. RGB value is (101,160,254). Sum of RGB (Red+Green+Blue) = 101+160+254=515 (68% of max value = 765). Red value is 101 (39.84% from 255 or 19.61% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 254 (99.61% from 255 or 49.32% from 515); Max value from RGB is 254 - color contains mainly: blue. Hex color #65A0FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A0FE is #9A5F01. Grayscale: #989898. Windows color (decimal): -10116866 or 16687205. OLE color: 16687205.

HSL color Cylindrical-coordinate representation of color #65A0FE: hue angle of 216.86º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65A0FE is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB101160254-
CMYK0.600.3700.00
HSL216.86º98.71%69.61%-
HSV(B)216.86º60.24%99.61%-
XYZ35.8335.0698.65-
YUV153.07184.9590.86-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.61%
GREEN value IS 160 (62.89% from 255) = 31.07%
BLUE value IS 254 (99.61% from 255) = 49.32%
R=19.61%
G=31.07%
B=49.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1011602540.600.3700.00216.8698.7169.61
Hex65A0FE3C2500d96346
Octal145240376744500331143106
Binary11001011010000011111110111100100101001101100111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,160,254); }

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

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

 a { background-color: rgb(101,160,254); }

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

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

 span { border-color: rgb(101,160,254); }

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