Html Css Color HEX #03A1FD Deep Sky Blue

📋 copy color: '#03A1FD'

red 3 ◦ green 161 ◦ blue 253

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

Shades of Deep Sky Blue #03A1FD

Tints of Deep Sky Blue #03A1FD

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.61%

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

R = 0.72%
G = 38.61%
B = 60.67%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#03A1FD (or 0x03A1FD) is known color: Deep Sky Blue. HEX triplet: 03, A1 and FD. RGB value is (3,161,253). Sum of RGB (Red+Green+Blue) = 3+161+253=417 (55% of max value = 765). Red value is 3 (1.56% from 255 or 0.72% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 253 (99.22% from 255 or 60.67% from 417); Max value from RGB is 253 - color contains mainly: blue. Hex color #03A1FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #03A1FD is #FC5E02. Grayscale: #7B7B7B. Windows color (decimal): -16539139 or 16621827. OLE color: 16621827.

HSL color Cylindrical-coordinate representation of color #03A1FD: hue angle of 202.08º 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 #03A1FD is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 3 161 253 -
CMYK 0.99 0.36 0 0.01
HSL 202.08º 0.98% 0.5% -
HSV(B) 202.08º 0.99% 0.99% -
XYZ 30.51 32.6 97.61 -
YUV 124.25 200.65 41.52 -
System Red Green Blue C M Y K H S L
Decimal 3 161 253 0.99 0.36 0 0.01 202.08 0.98 0.5
Hex 3 A1 FD 63 24 0 1 CA 62 32
Octal 3 241 375 143 44 0 1 312 142 62
Binary 11 10100001 11111101 1100011 100100 0 1 11001010 1100010 110010

Color Harmonies of #03A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A1FD

Black with #03A1FD

Text Example


Text Example

White with #03A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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