Html Css Color HEX #05A1FD Dodger Blue

📋 copy color: '#05A1FD'

red 5 ◦ green 161 ◦ blue 253

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

Shades of Dodger Blue #05A1FD

Tints of Dodger Blue #05A1FD

RGB

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

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

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

R = 1.19%
G = 38.42%
B = 60.38%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05A1FD (or 0x05A1FD) is known color: Dodger Blue. HEX triplet: 05, A1 and FD. RGB value is (5,161,253). Sum of RGB (Red+Green+Blue) = 5+161+253=419 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.19% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 253 (99.22% from 255 or 60.38% from 419); Max value from RGB is 253 - color contains mainly: blue. Hex color #05A1FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A1FD is #FA5E02. Grayscale: #7C7C7C. Windows color (decimal): -16408067 or 16621829. OLE color: 16621829.

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

Color convert

RGB 5 161 253 -
CMYK 0.98 0.36 0 0.01
HSL 202.26º 0.98% 0.51% -
HSV(B) 202.26º 0.98% 0.99% -
XYZ 30.54 32.61 97.61 -
YUV 124.84 200.32 42.52 -
System Red Green Blue C M Y K H S L
Decimal 5 161 253 0.98 0.36 0 0.01 202.26 0.98 0.51
Hex 5 A1 FD 62 24 0 1 CA 62 33
Octal 5 241 375 142 44 0 1 312 142 63
Binary 101 10100001 11111101 1100010 100100 0 1 11001010 1100010 110011

Color Harmonies of #05A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A1FD

Black with #05A1FD

Text Example


Text Example

White with #05A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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