Html Css Color HEX #03A5FD Deep Sky Blue

📋 copy color: '#03A5FD'

red 3 ◦ green 165 ◦ blue 253

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

Shades of Deep Sky Blue #03A5FD

Tints of Deep Sky Blue #03A5FD

RGB

 RED value IS 3 (1.56% from 255) = 0.71%

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

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 0.71%
G = 39.19%
B = 60.1%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03A5FD (or 0x03A5FD) is known color: Deep Sky Blue. HEX triplet: 03, A5 and FD. RGB value is (3,165,253). Sum of RGB (Red+Green+Blue) = 3+165+253=421 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.71% from 421); Green value is 165 (64.84% from 255 or 39.19% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #03A5FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A5FD is #FC5A02. Grayscale: #7E7E7E. Windows color (decimal): -16538115 or 16622851. OLE color: 16622851.

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

Color convert

RGB 3 165 253 -
CMYK 0.99 0.35 0 0.01
HSL 201.12º 0.98% 0.5% -
HSV(B) 201.12º 0.99% 0.99% -
XYZ 31.22 34.02 97.85 -
YUV 126.59 199.33 39.84 -
System Red Green Blue C M Y K H S L
Decimal 3 165 253 0.99 0.35 0 0.01 201.12 0.98 0.5
Hex 3 A5 FD 63 23 0 1 C9 62 32
Octal 3 245 375 143 43 0 1 311 142 62
Binary 11 10100101 11111101 1100011 100011 0 1 11001001 1100010 110010

Color Harmonies of #03A5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A5FD

Black with #03A5FD

Text Example


Text Example

White with #03A5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03A5FD; }

 p { color: rgb(3,165,253); }

 H1.HeaderClassName
 {
   color: #03A5FD;
 }
 .AnyTagClassName
 {
   color: #03A5FD;
 }
</style>

background-color css

<style>
 a { background-color: #03A5FD; }

 a { background-color: rgb(3,165,253); }

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

border-color css

<style>
 span { border-color: #03A5FD; }

 span { border-color: rgb(3,165,253); }

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