Html Css Color HEX #62A5E1 Picton Blue

📋 copy color: '#62A5E1'

red 98 ◦ green 165 ◦ blue 225

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

Shades of Picton Blue #62A5E1

Tints of Picton Blue #62A5E1

RGB

 RED value IS 98 (38.67% from 255) = 20.08%

 GREEN value IS 165 (64.84% from 255) = 33.81%

 BLUE value IS 225 (88.28% from 255) = 46.11%

R = 20.08%
G = 33.81%
B = 46.11%

CMYK

 C value IS 0.56

 M value IS 0.27

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#62A5E1 (or 0x62A5E1) is known color: Picton Blue. HEX triplet: 62, A5 and E1. RGB value is (98,165,225). Sum of RGB (Red+Green+Blue) = 98+165+225=488 (64% of max value = 765). Red value is 98 (38.67% from 255 or 20.08% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 225 (88.28% from 255 or 46.11% from 488); Max value from RGB is 225 - color contains mainly: blue. Hex color #62A5E1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #62A5E1 is #9D5A1E. Grayscale: #979797. Windows color (decimal): -10312223 or 14787938. OLE color: 14787938.

HSL color Cylindrical-coordinate representation of color #62A5E1: hue angle of 208.35º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62A5E1 is Cyan = 0.56, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 98 165 225 -
CMYK 0.56 0.27 0 0.12
HSL 208.35º 0.68% 0.63% -
HSV(B) 208.35º 0.56% 0.88% -
XYZ 32.08 34.94 76.29 -
YUV 151.81 169.3 89.62 -
System Red Green Blue C M Y K H S L
Decimal 98 165 225 0.56 0.27 0 0.12 208.35 0.68 0.63
Hex 62 A5 E1 38 1B 0 C D0 44 3F
Octal 142 245 341 70 33 0 14 320 104 77
Binary 1100010 10100101 11100001 111000 11011 0 1100 11010000 1000100 111111

Color Harmonies of #62A5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #62A5E1

Black with #62A5E1

Text Example


Text Example

White with #62A5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #62A5E1; }

 p { color: rgb(98,165,225); }

 H1.HeaderClassName
 {
   color: #62A5E1;
 }
 .AnyTagClassName
 {
   color: #62A5E1;
 }
</style>

background-color css

<style>
 a { background-color: #62A5E1; }

 a { background-color: rgb(98,165,225); }

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

border-color css

<style>
 span { border-color: #62A5E1; }

 span { border-color: rgb(98,165,225); }

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