Html Css Color HEX #05A0FB Dodger Blue

📋 copy color: '#05A0FB'

red 5 ◦ green 160 ◦ blue 251

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

Shades of Dodger Blue #05A0FB

Tints of Dodger Blue #05A0FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 60.34%

R = 1.2%
G = 38.46%
B = 60.34%

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

#05A0FB (or 0x05A0FB) is known color: Dodger Blue. HEX triplet: 05, A0 and FB. RGB value is (5,160,251). Sum of RGB (Red+Green+Blue) = 5+160+251=416 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 416); Green value is 160 (62.89% from 255 or 38.46% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #05A0FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A0FB is #FA5F04. Grayscale: #7B7B7B. Windows color (decimal): -16408325 or 16490501. OLE color: 16490501.

HSL color Cylindrical-coordinate representation of color #05A0FB: hue angle of 202.2º degrees, saturation: 0.97, 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 #05A0FB is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 160 251 -
CMYK 0.98 0.36 0 0.02
HSL 202.2º 0.97% 0.5% -
HSV(B) 202.2º 0.98% 0.98% -
XYZ 30.05 32.14 95.89 -
YUV 124.03 199.65 43.1 -
System Red Green Blue C M Y K H S L
Decimal 5 160 251 0.98 0.36 0 0.02 202.2 0.97 0.5
Hex 5 A0 FB 62 24 0 2 CA 61 32
Octal 5 240 373 142 44 0 2 312 141 62
Binary 101 10100000 11111011 1100010 100100 0 10 11001010 1100001 110010

Color Harmonies of #05A0FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A0FB

Black with #05A0FB

Text Example


Text Example

White with #05A0FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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