Html Css Color HEX #1080FD Dodger Blue

📋 copy color: '#1080FD'

red 16 ◦ green 128 ◦ blue 253

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

Shades of Dodger Blue #1080FD

Tints of Dodger Blue #1080FD

RGB

 RED value IS 16 (6.64% from 255) = 4.03%

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

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

R = 4.03%
G = 32.24%
B = 63.73%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1080FD (or 0x1080FD) is known color: Dodger Blue. HEX triplet: 10, 80 and FD. RGB value is (16,128,253). Sum of RGB (Red+Green+Blue) = 16+128+253=397 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.03% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #1080FD is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1080FD is #EF7F02. Grayscale: #6C6C6C. Windows color (decimal): -15695619 or 16613392. OLE color: 16613392.

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

Color convert

RGB 16 128 253 -
CMYK 0.94 0.49 0 0.01
HSL 211.65º 0.98% 0.53% -
HSV(B) 211.65º 0.94% 0.99% -
XYZ 25.66 22.64 95.95 -
YUV 108.76 209.39 61.84 -
System Red Green Blue C M Y K H S L
Decimal 16 128 253 0.94 0.49 0 0.01 211.65 0.98 0.53
Hex 10 80 FD 5E 31 0 1 D4 62 35
Octal 20 200 375 136 61 0 1 324 142 65
Binary 10000 10000000 11111101 1011110 110001 0 1 11010100 1100010 110101

Color Harmonies of #1080FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1080FD

Black with #1080FD

Text Example


Text Example

White with #1080FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1080FD; }

 p { color: rgb(16,128,253); }

 H1.HeaderClassName
 {
   color: #1080FD;
 }
 .AnyTagClassName
 {
   color: #1080FD;
 }
</style>

background-color css

<style>
 a { background-color: #1080FD; }

 a { background-color: rgb(16,128,253); }

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

border-color css

<style>
 span { border-color: #1080FD; }

 span { border-color: rgb(16,128,253); }

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