Html Css Color HEX #65A8FD Cornflower Blue

📋 copy color: '#65A8FD'

red 101 ◦ green 168 ◦ blue 253

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

Shades of Cornflower Blue #65A8FD

Tints of Cornflower Blue #65A8FD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 32.18%

 BLUE value IS 253 (99.22% from 255) = 48.47%

R = 19.35%
G = 32.18%
B = 48.47%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#65A8FD (or 0x65A8FD) is known color: Cornflower Blue. HEX triplet: 65, A8 and FD. RGB value is (101,168,253). Sum of RGB (Red+Green+Blue) = 101+168+253=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 168 (66.02% from 255 or 32.18% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #65A8FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A8FD is #9A5702. Grayscale: #9D9D9D. Windows color (decimal): -10114819 or 16623717. OLE color: 16623717.

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

Color convert

RGB 101 168 253 -
CMYK 0.60 0.34 0 0.01
HSL 213.55º 0.97% 0.69% -
HSV(B) 213.55º 0.6% 0.99% -
XYZ 37.1 37.86 98.28 -
YUV 157.66 181.8 87.59 -
System Red Green Blue C M Y K H S L
Decimal 101 168 253 0.60 0.34 0 0.01 213.55 0.97 0.69
Hex 65 A8 FD 3C 22 0 1 D6 61 45
Octal 145 250 375 74 42 0 1 326 141 105
Binary 1100101 10101000 11111101 111100 100010 0 1 11010110 1100001 1000101

Color Harmonies of #65A8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A8FD

Black with #65A8FD

Text Example


Text Example

White with #65A8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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