Html Css Color HEX #65A7FE Cornflower Blue

📋 copy color: '#65A7FE'

red 101 ◦ green 167 ◦ blue 254

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

Shades of Cornflower Blue #65A7FE

Tints of Cornflower Blue #65A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.99%

 BLUE value IS 254 (99.61% from 255) = 48.66%

R = 19.35%
G = 31.99%
B = 48.66%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#65A7FE (or 0x65A7FE) is known color: Cornflower Blue. HEX triplet: 65, A7 and FE. RGB value is (101,167,254). Sum of RGB (Red+Green+Blue) = 101+167+254=522 (69% of max value = 765). Red value is 101 (39.84% from 255 or 19.35% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #65A7FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A7FE is #9A5801. Grayscale: #9C9C9C. Windows color (decimal): -10115074 or 16688997. OLE color: 16688997.

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

Color convert

RGB 101 167 254 -
CMYK 0.60 0.34 0 0.00
HSL 214.12º 0.99% 0.7% -
HSV(B) 214.12º 0.6% 1% -
XYZ 37.07 37.56 99.06 -
YUV 157.18 182.63 87.93 -
System Red Green Blue C M Y K H S L
Decimal 101 167 254 0.60 0.34 0 0.00 214.12 0.99 0.7
Hex 65 A7 FE 3C 22 0 0 D6 63 46
Octal 145 247 376 74 42 0 0 326 143 106
Binary 1100101 10100111 11111110 111100 100010 0 0 11010110 1100011 1000110

Color Harmonies of #65A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A7FE

Black with #65A7FE

Text Example


Text Example

White with #65A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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