Html Css Color HEX #65A0FC Cornflower Blue

📋 copy color: '#65A0FC'

red 101 ◦ green 160 ◦ blue 252

#65A0FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #65A0FC

Tints of Cornflower Blue #65A0FC

RGB

 RED value IS 101 (39.84% from 255) = 19.69%

 GREEN value IS 160 (62.89% from 255) = 31.19%

 BLUE value IS 252 (98.83% from 255) = 49.12%

R = 19.69%
G = 31.19%
B = 49.12%

CMYK

 C value IS 0.60

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65A0FC (or 0x65A0FC) is known color: Cornflower Blue. HEX triplet: 65, A0 and FC. RGB value is (101,160,252). Sum of RGB (Red+Green+Blue) = 101+160+252=513 (67% of max value = 765). Red value is 101 (39.84% from 255 or 19.69% from 513); Green value is 160 (62.89% from 255 or 31.19% from 513); Blue value is 252 (98.83% from 255 or 49.12% from 513); Max value from RGB is 252 - color contains mainly: blue. Hex color #65A0FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A0FC is #9A5F03. Grayscale: #989898. Windows color (decimal): -10116868 or 16556133. OLE color: 16556133.

HSL color Cylindrical-coordinate representation of color #65A0FC: hue angle of 216.56º degrees, saturation: 0.96, 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 #65A0FC is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 101 160 252 -
CMYK 0.60 0.37 0 0.01
HSL 216.56º 0.96% 0.69% -
HSV(B) 216.56º 0.6% 0.99% -
XYZ 35.51 34.94 96.97 -
YUV 152.85 183.95 91.02 -
System Red Green Blue C M Y K H S L
Decimal 101 160 252 0.60 0.37 0 0.01 216.56 0.96 0.69
Hex 65 A0 FC 3C 25 0 1 D9 60 45
Octal 145 240 374 74 45 0 1 331 140 105
Binary 1100101 10100000 11111100 111100 100101 0 1 11011001 1100000 1000101

Color Harmonies of #65A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A0FC

Black with #65A0FC

Text Example


Text Example

White with #65A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #65A0FC;
 }
 .AnyTagClassName
 {
   color: #65A0FC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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