Html Css Color HEX #05A0FD Dodger Blue

📋 copy color: '#05A0FD'

red 5 ◦ green 160 ◦ blue 253

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

Shades of Dodger Blue #05A0FD

Tints of Dodger Blue #05A0FD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.28%

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

R = 1.2%
G = 38.28%
B = 60.53%

CMYK

 C value IS 0.98

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#05A0FD (or 0x05A0FD) is known color: Dodger Blue. HEX triplet: 05, A0 and FD. RGB value is (5,160,253). Sum of RGB (Red+Green+Blue) = 5+160+253=418 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 253 (99.22% from 255 or 60.53% from 418); Max value from RGB is 253 - color contains mainly: blue. Hex color #05A0FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A0FD is #FA5F02. Grayscale: #7B7B7B. Windows color (decimal): -16408323 or 16621573. OLE color: 16621573.

HSL color Cylindrical-coordinate representation of color #05A0FD: hue angle of 202.5º 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 #05A0FD is Cyan = 0.98, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 160 253 -
CMYK 0.98 0.37 0 0.01
HSL 202.5º 0.98% 0.51% -
HSV(B) 202.5º 0.98% 0.99% -
XYZ 30.36 32.27 97.56 -
YUV 124.26 200.65 42.94 -
System Red Green Blue C M Y K H S L
Decimal 5 160 253 0.98 0.37 0 0.01 202.5 0.98 0.51
Hex 5 A0 FD 62 25 0 1 CA 62 33
Octal 5 240 375 142 45 0 1 312 142 63
Binary 101 10100000 11111101 1100010 100101 0 1 11001010 1100010 110011

Color Harmonies of #05A0FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A0FD

Black with #05A0FD

Text Example


Text Example

White with #05A0FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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