Html Css Color HEX #65A6EB Cornflower Blue

📋 copy color: '#65A6EB'

red 101 ◦ green 166 ◦ blue 235

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

Shades of Cornflower Blue #65A6EB

Tints of Cornflower Blue #65A6EB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.07%

 BLUE value IS 235 (92.19% from 255) = 46.81%

R = 20.12%
G = 33.07%
B = 46.81%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#65A6EB (or 0x65A6EB) is known color: Cornflower Blue. HEX triplet: 65, A6 and EB. RGB value is (101,166,235). Sum of RGB (Red+Green+Blue) = 101+166+235=502 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.12% from 502); Green value is 166 (65.23% from 255 or 33.07% from 502); Blue value is 235 (92.19% from 255 or 46.81% from 502); Max value from RGB is 235 - color contains mainly: blue. Hex color #65A6EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A6EB is #9A5914. Grayscale: #9A9A9A. Windows color (decimal): -10115349 or 15443557. OLE color: 15443557.

HSL color Cylindrical-coordinate representation of color #65A6EB: hue angle of 210.9º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #65A6EB is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 166 235 -
CMYK 0.57 0.29 0 0.08
HSL 210.9º 0.77% 0.66% -
HSV(B) 210.9º 0.57% 0.92% -
XYZ 34 36.04 83.76 -
YUV 154.43 173.47 89.89 -
System Red Green Blue C M Y K H S L
Decimal 101 166 235 0.57 0.29 0 0.08 210.9 0.77 0.66
Hex 65 A6 EB 39 1D 0 8 D3 4D 42
Octal 145 246 353 71 35 0 10 323 115 102
Binary 1100101 10100110 11101011 111001 11101 0 1000 11010011 1001101 1000010

Color Harmonies of #65A6EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A6EB

Black with #65A6EB

Text Example


Text Example

White with #65A6EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,166,235); }

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

background-color css

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

 a { background-color: rgb(101,166,235); }

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

border-color css

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

 span { border-color: rgb(101,166,235); }

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