Html Css Color HEX #05A0FC Dodger Blue

📋 copy color: '#05A0FC'

red 5 ◦ green 160 ◦ blue 252

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

Shades of Dodger Blue #05A0FC

Tints of Dodger Blue #05A0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.43%

R = 1.2%
G = 38.37%
B = 60.43%

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

#05A0FC (or 0x05A0FC) is known color: Dodger Blue. HEX triplet: 05, A0 and FC. RGB value is (5,160,252). Sum of RGB (Red+Green+Blue) = 5+160+252=417 (55% of max value = 765). Red value is 5 (2.34% from 255 or 1.20% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 252 (98.83% from 255 or 60.43% from 417); Max value from RGB is 252 - color contains mainly: blue. Hex color #05A0FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #05A0FC is #FA5F03. Grayscale: #7B7B7B. Windows color (decimal): -16408324 or 16556037. OLE color: 16556037.

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

Color convert

RGB 5 160 252 -
CMYK 0.98 0.37 0 0.01
HSL 202.35º 0.98% 0.5% -
HSV(B) 202.35º 0.98% 0.99% -
XYZ 30.2 32.2 96.72 -
YUV 124.14 200.15 43.02 -
System Red Green Blue C M Y K H S L
Decimal 5 160 252 0.98 0.37 0 0.01 202.35 0.98 0.5
Hex 5 A0 FC 62 25 0 1 CA 62 32
Octal 5 240 374 142 45 0 1 312 142 62
Binary 101 10100000 11111100 1100010 100101 0 1 11001010 1100010 110010

Color Harmonies of #05A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A0FC

Black with #05A0FC

Text Example


Text Example

White with #05A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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