Html Css Color HEX #0080FC Dodger Blue

📋 copy color: '#0080FC'

red 0 ◦ green 128 ◦ blue 252

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

Shades of Dodger Blue #0080FC

Tints of Dodger Blue #0080FC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 128 (50.39% from 255) = 33.68%

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

R = 0%
G = 33.68%
B = 66.32%

CMYK

 C value IS 1

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0080FC (or 0x0080FC) is known color: Dodger Blue. HEX triplet: 00, 80 and FC. RGB value is (0,128,252). Sum of RGB (Red+Green+Blue) = 0+128+252=380 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 252 (98.83% from 255 or 66.32% from 380); Max value from RGB is 252 - color contains mainly: blue. Hex color #0080FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0080FC is #FF7F03. Grayscale: #676767. Windows color (decimal): -16744196 or 16547840. OLE color: 16547840.

HSL color Cylindrical-coordinate representation of color #0080FC: hue angle of 209.52º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0080FC is Cyan = 1, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 128 252 -
CMYK 1 0.49 0 0.01
HSL 209.52º 1% 0.49% -
HSV(B) 209.52º 1% 0.99% -
XYZ 25.29 22.47 95.1 -
YUV 103.86 211.59 53.92 -
System Red Green Blue C M Y K H S L
Decimal 0 128 252 1 0.49 0 0.01 209.52 1 0.49
Hex 0 80 FC 64 31 0 1 D2 64 31
Octal 0 200 374 144 61 0 1 322 144 61
Binary 0 10000000 11111100 1100100 110001 0 1 11010010 1100100 110001

Color Harmonies of #0080FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0080FC

Black with #0080FC

Text Example


Text Example

White with #0080FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0080FC; }

 p { color: rgb(0,128,252); }

 H1.HeaderClassName
 {
   color: #0080FC;
 }
 .AnyTagClassName
 {
   color: #0080FC;
 }
</style>

background-color css

<style>
 a { background-color: #0080FC; }

 a { background-color: rgb(0,128,252); }

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

border-color css

<style>
 span { border-color: #0080FC; }

 span { border-color: rgb(0,128,252); }

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