Html Css Color HEX #1080FF Dodger Blue

📋 copy color: '#1080FF'

red 16 ◦ green 128 ◦ blue 255

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

Shades of Dodger Blue #1080FF

Tints of Dodger Blue #1080FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.91%

R = 4.01%
G = 32.08%
B = 63.91%

CMYK

 C value IS 0.94

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1080FF (or 0x1080FF) is known color: Dodger Blue. HEX triplet: 10, 80 and FF. RGB value is (16,128,255). Sum of RGB (Red+Green+Blue) = 16+128+255=399 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.01% from 399); Green value is 128 (50.39% from 255 or 32.08% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #1080FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1080FF is #EF7F00. Grayscale: #6C6C6C. Windows color (decimal): -15695617 or 16744464. OLE color: 16744464.

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

Color convert

RGB 16 128 255 -
CMYK 0.94 0.50 0 0
HSL 211.88º 1% 0.53% -
HSV(B) 211.88º 0.94% 1% -
XYZ 25.98 22.77 97.63 -
YUV 108.99 210.39 61.67 -
System Red Green Blue C M Y K H S L
Decimal 16 128 255 0.94 0.50 0 0 211.88 1 0.53
Hex 10 80 FF 5E 32 0 0 D4 64 35
Octal 20 200 377 136 62 0 0 324 144 65
Binary 10000 10000000 11111111 1011110 110010 0 0 11010100 1100100 110101

Color Harmonies of #1080FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1080FF

Black with #1080FF

Text Example


Text Example

White with #1080FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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