Html Css Color HEX #05A2FA Deep Sky Blue

📋 copy color: '#05A2FA'

red 5 ◦ green 162 ◦ blue 250

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

Shades of Deep Sky Blue #05A2FA

Tints of Deep Sky Blue #05A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 59.95%

R = 1.2%
G = 38.85%
B = 59.95%

CMYK

 C value IS 0.98

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05A2FA (or 0x05A2FA) is known color: Deep Sky Blue. HEX triplet: 05, A2 and FA. RGB value is (5,162,250). Sum of RGB (Red+Green+Blue) = 5+162+250=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 250 (98.05% from 255 or 59.95% from 417); Max value from RGB is 250 - color contains mainly: blue. Hex color #05A2FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A2FA is #FA5D05. Grayscale: #7C7C7C. Windows color (decimal): -16407814 or 16425477. OLE color: 16425477.

HSL color Cylindrical-coordinate representation of color #05A2FA: hue angle of 201.55º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05A2FA is Cyan = 0.98, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 162 250 -
CMYK 0.98 0.35 0 0.02
HSL 201.55º 0.96% 0.5% -
HSV(B) 201.55º 0.98% 0.98% -
XYZ 30.24 32.78 95.17 -
YUV 125.09 198.49 42.34 -
System Red Green Blue C M Y K H S L
Decimal 5 162 250 0.98 0.35 0 0.02 201.55 0.96 0.5
Hex 5 A2 FA 62 23 0 2 CA 60 32
Octal 5 242 372 142 43 0 2 312 140 62
Binary 101 10100010 11111010 1100010 100011 0 10 11001010 1100000 110010

Color Harmonies of #05A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A2FA

Black with #05A2FA

Text Example


Text Example

White with #05A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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