Html Css Color HEX #65A2DA Picton Blue

📋 copy color: '#65A2DA'

red 101 ◦ green 162 ◦ blue 218

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

Shades of Picton Blue #65A2DA

Tints of Picton Blue #65A2DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 45.32%

R = 21%
G = 33.68%
B = 45.32%

CMYK

 C value IS 0.54

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#65A2DA (or 0x65A2DA) is known color: Picton Blue. HEX triplet: 65, A2 and DA. RGB value is (101,162,218). Sum of RGB (Red+Green+Blue) = 101+162+218=481 (63% of max value = 765). Red value is 101 (39.84% from 255 or 21.00% from 481); Green value is 162 (63.67% from 255 or 33.68% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #65A2DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #65A2DA is #9A5D25. Grayscale: #959595. Windows color (decimal): -10116390 or 14328421. OLE color: 14328421.

HSL color Cylindrical-coordinate representation of color #65A2DA: hue angle of 208.72º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #65A2DA is Cyan = 0.54, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 162 218 -
CMYK 0.54 0.26 0 0.15
HSL 208.72º 0.61% 0.63% -
HSV(B) 208.72º 0.54% 0.85% -
XYZ 30.94 33.67 71.2 -
YUV 150.15 166.29 92.95 -
System Red Green Blue C M Y K H S L
Decimal 101 162 218 0.54 0.26 0 0.15 208.72 0.61 0.63
Hex 65 A2 DA 36 1A 0 F D1 3D 3F
Octal 145 242 332 66 32 0 17 321 75 77
Binary 1100101 10100010 11011010 110110 11010 0 1111 11010001 111101 111111

Color Harmonies of #65A2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65A2DA

Black with #65A2DA

Text Example


Text Example

White with #65A2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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