Html Css Color HEX #05A0FA Dodger Blue

📋 copy color: '#05A0FA'

red 5 ◦ green 160 ◦ blue 250

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

Shades of Dodger Blue #05A0FA

Tints of Dodger Blue #05A0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 60.24%

R = 1.2%
G = 38.55%
B = 60.24%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#05A0FA (or 0x05A0FA) is known color: Dodger Blue. HEX triplet: 05, A0 and FA. RGB value is (5,160,250). Sum of RGB (Red+Green+Blue) = 5+160+250=415 (54% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #05A0FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A0FA is #FA5F05. Grayscale: #7B7B7B. Windows color (decimal): -16408326 or 16424965. OLE color: 16424965.

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

Color convert

RGB 5 160 250 -
CMYK 0.98 0.36 0 0.02
HSL 202.04º 0.96% 0.5% -
HSV(B) 202.04º 0.98% 0.98% -
XYZ 29.89 32.08 95.06 -
YUV 123.92 199.15 43.18 -
System Red Green Blue C M Y K H S L
Decimal 5 160 250 0.98 0.36 0 0.02 202.04 0.96 0.5
Hex 5 A0 FA 62 24 0 2 CA 60 32
Octal 5 240 372 142 44 0 2 312 140 62
Binary 101 10100000 11111010 1100010 100100 0 10 11001010 1100000 110010

Color Harmonies of #05A0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A0FA

Black with #05A0FA

Text Example


Text Example

White with #05A0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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