#65A7FD

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

Shades of Cornflower Blue #65A7FD

Tints of Cornflower Blue #65A7FD

Color information

#65A7FD (or 0x65A7FD) is unknown color: approx Cornflower Blue. HEX triplet: 65, A7 and FD. RGB value is (101,167,253). Sum of RGB (Red+Green+Blue) = 101+167+253=521 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.39% from 521); Green value is 167 (65.62% from 255 or 32.05% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #65A7FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A7FD is #9A5802. Grayscale: #9C9C9C. Windows color (decimal): -10115075 or 16623461. OLE color: 16623461.

HSL color Cylindrical-coordinate representation of color #65A7FD: hue angle of 213.95º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65A7FD is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB101167253-
CMYK0.600.3400.01
HSL213.95º97.44%69.41%-
HSV(B)213.95º60.08%99.22%-
XYZ36.9237.598.22-
YUV157.07182.1388.01-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 19.39%
GREEN value IS 167 (65.62% from 255) = 32.05%
BLUE value IS 253 (99.22% from 255) = 48.56%
R=19.39%
G=32.05%
B=48.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1011672530.600.3400.01213.9597.4469.41
Hex65A7FD3C2201d66145
Octal145247375744201326141105
Binary11001011010011111111101111100100010011101011011000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65A7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,167,253); }

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

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

 a { background-color: rgb(101,167,253); }

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

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

 span { border-color: rgb(101,167,253); }

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