Html Css Color HEX #05A2FF Deep Sky Blue

📋 copy color: '#05A2FF'

red 5 ◦ green 162 ◦ blue 255

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

Shades of Deep Sky Blue #05A2FF

Tints of Deep Sky Blue #05A2FF

RGB

 RED value IS 5 (2.34% from 255) = 1.18%

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

 BLUE value IS 255 (100% from 255) = 60.43%

R = 1.18%
G = 38.39%
B = 60.43%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#05A2FF (or 0x05A2FF) is known color: Deep Sky Blue. HEX triplet: 05, A2 and FF. RGB value is (5,162,255). Sum of RGB (Red+Green+Blue) = 5+162+255=422 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.18% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 255 (100% from 255 or 60.43% from 422); Max value from RGB is 255 - color contains mainly: blue. Hex color #05A2FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A2FF is #FA5D00. Grayscale: #7D7D7D. Windows color (decimal): -16407809 or 16753157. OLE color: 16753157.

HSL color Cylindrical-coordinate representation of color #05A2FF: hue angle of 202.32º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A2FF is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 5 162 255 -
CMYK 0.98 0.36 0 0
HSL 202.32º 1% 0.51% -
HSV(B) 202.32º 0.98% 1% -
XYZ 31.03 33.09 99.36 -
YUV 125.66 200.99 41.94 -
System Red Green Blue C M Y K H S L
Decimal 5 162 255 0.98 0.36 0 0 202.32 1 0.51
Hex 5 A2 FF 62 24 0 0 CA 64 33
Octal 5 242 377 142 44 0 0 312 144 63
Binary 101 10100010 11111111 1100010 100100 0 0 11001010 1100100 110011

Color Harmonies of #05A2FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A2FF

Black with #05A2FF

Text Example


Text Example

White with #05A2FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A2FF; }

 p { color: rgb(5,162,255); }

 H1.HeaderClassName
 {
   color: #05A2FF;
 }
 .AnyTagClassName
 {
   color: #05A2FF;
 }
</style>

background-color css

<style>
 a { background-color: #05A2FF; }

 a { background-color: rgb(5,162,255); }

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

border-color css

<style>
 span { border-color: #05A2FF; }

 span { border-color: rgb(5,162,255); }

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