Html Css Color HEX #65A6EA Cornflower Blue

📋 copy color: '#65A6EA'

red 101 ◦ green 166 ◦ blue 234

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

Shades of Cornflower Blue #65A6EA

Tints of Cornflower Blue #65A6EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 46.71%

R = 20.16%
G = 33.13%
B = 46.71%

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

#65A6EA (or 0x65A6EA) is known color: Cornflower Blue. HEX triplet: 65, A6 and EA. RGB value is (101,166,234). Sum of RGB (Red+Green+Blue) = 101+166+234=501 (66% of max value = 765). Red value is 101 (39.84% from 255 or 20.16% from 501); Green value is 166 (65.23% from 255 or 33.13% from 501); Blue value is 234 (91.80% from 255 or 46.71% from 501); Max value from RGB is 234 - color contains mainly: blue. Hex color #65A6EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A6EA is #9A5915. Grayscale: #999999. Windows color (decimal): -10115350 or 15378021. OLE color: 15378021.

HSL color Cylindrical-coordinate representation of color #65A6EA: hue angle of 210.68º degrees, saturation: 0.76, 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 #65A6EA is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 101 166 234 -
CMYK 0.57 0.29 0 0.08
HSL 210.68º 0.76% 0.66% -
HSV(B) 210.68º 0.57% 0.92% -
XYZ 33.85 35.98 83 -
YUV 154.32 172.97 89.97 -
System Red Green Blue C M Y K H S L
Decimal 101 166 234 0.57 0.29 0 0.08 210.68 0.76 0.66
Hex 65 A6 EA 39 1D 0 8 D3 4C 42
Octal 145 246 352 71 35 0 10 323 114 102
Binary 1100101 10100110 11101010 111001 11101 0 1000 11010011 1001100 1000010

Color Harmonies of #65A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A6EA

Black with #65A6EA

Text Example


Text Example

White with #65A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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