Html Css Color HEX #02A5F1 Deep Sky Blue

📋 copy color: '#02A5F1'

red 2 ◦ green 165 ◦ blue 241

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

Shades of Deep Sky Blue #02A5F1

Tints of Deep Sky Blue #02A5F1

RGB

 RED value IS 2 (1.17% from 255) = 0.49%

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

 BLUE value IS 241 (94.53% from 255) = 59.07%

R = 0.49%
G = 40.44%
B = 59.07%

CMYK

 C value IS 0.99

 M value IS 0.32

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#02A5F1 (or 0x02A5F1) is known color: Deep Sky Blue. HEX triplet: 02, A5 and F1. RGB value is (2,165,241). Sum of RGB (Red+Green+Blue) = 2+165+241=408 (54% of max value = 765). Red value is 2 (1.17% from 255 or 0.49% from 408); Green value is 165 (64.84% from 255 or 40.44% from 408); Blue value is 241 (94.53% from 255 or 59.07% from 408); Max value from RGB is 241 - color contains mainly: blue. Hex color #02A5F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #02A5F1 is #FD5A0E. Grayscale: #7C7C7C. Windows color (decimal): -16603663 or 15836418. OLE color: 15836418.

HSL color Cylindrical-coordinate representation of color #02A5F1: hue angle of 199.08º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A5F1 is Cyan = 0.99, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 2 165 241 -
CMYK 0.99 0.32 0 0.05
HSL 199.08º 0.98% 0.48% -
HSV(B) 199.08º 0.99% 0.95% -
XYZ 29.36 33.27 88.09 -
YUV 124.93 193.5 40.32 -
System Red Green Blue C M Y K H S L
Decimal 2 165 241 0.99 0.32 0 0.05 199.08 0.98 0.48
Hex 2 A5 F1 63 20 0 5 C7 62 30
Octal 2 245 361 143 40 0 5 307 142 60
Binary 10 10100101 11110001 1100011 100000 0 101 11000111 1100010 110000

Color Harmonies of #02A5F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A5F1

Black with #02A5F1

Text Example


Text Example

White with #02A5F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02A5F1; }

 p { color: rgb(2,165,241); }

 H1.HeaderClassName
 {
   color: #02A5F1;
 }
 .AnyTagClassName
 {
   color: #02A5F1;
 }
</style>

background-color css

<style>
 a { background-color: #02A5F1; }

 a { background-color: rgb(2,165,241); }

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

border-color css

<style>
 span { border-color: #02A5F1; }

 span { border-color: rgb(2,165,241); }

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