Html Css Color HEX #65A2E6 Cornflower Blue

📋 copy color: '#65A2E6'

red 101 ◦ green 162 ◦ blue 230

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

Shades of Cornflower Blue #65A2E6

Tints of Cornflower Blue #65A2E6

RGB

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

 GREEN value IS 162 (63.67% from 255) = 32.86%

 BLUE value IS 230 (90.23% from 255) = 46.65%

R = 20.49%
G = 32.86%
B = 46.65%

CMYK

 C value IS 0.56

 M value IS 0.30

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#65A2E6 (or 0x65A2E6) is known color: Cornflower Blue. HEX triplet: 65, A2 and E6. RGB value is (101,162,230). Sum of RGB (Red+Green+Blue) = 101+162+230=493 (65% of max value = 765). Red value is 101 (39.84% from 255 or 20.49% from 493); Green value is 162 (63.67% from 255 or 32.86% from 493); Blue value is 230 (90.23% from 255 or 46.65% from 493); Max value from RGB is 230 - color contains mainly: blue. Hex color #65A2E6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #65A2E6 is #9A5D19. Grayscale: #979797. Windows color (decimal): -10116378 or 15114853. OLE color: 15114853.

HSL color Cylindrical-coordinate representation of color #65A2E6: hue angle of 211.63º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #65A2E6 is Cyan = 0.56, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 101 162 230 -
CMYK 0.56 0.30 0 0.10
HSL 211.63º 0.72% 0.65% -
HSV(B) 211.63º 0.56% 0.9% -
XYZ 32.57 34.32 79.77 -
YUV 151.51 172.29 91.97 -
System Red Green Blue C M Y K H S L
Decimal 101 162 230 0.56 0.30 0 0.10 211.63 0.72 0.65
Hex 65 A2 E6 38 1E 0 A D4 48 41
Octal 145 242 346 70 36 0 12 324 110 101
Binary 1100101 10100010 11100110 111000 11110 0 1010 11010100 1001000 1000001

Color Harmonies of #65A2E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A2E6

Black with #65A2E6

Text Example


Text Example

White with #65A2E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(101,162,230); }

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

background-color css

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

 a { background-color: rgb(101,162,230); }

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

border-color css

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

 span { border-color: rgb(101,162,230); }

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