Html Css Color HEX #1080FA Dodger Blue

📋 copy color: '#1080FA'

red 16 ◦ green 128 ◦ blue 250

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

Shades of Dodger Blue #1080FA

Tints of Dodger Blue #1080FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 63.45%

R = 4.06%
G = 32.49%
B = 63.45%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1080FA (or 0x1080FA) is known color: Dodger Blue. HEX triplet: 10, 80 and FA. RGB value is (16,128,250). Sum of RGB (Red+Green+Blue) = 16+128+250=394 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.06% from 394); Green value is 128 (50.39% from 255 or 32.49% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #1080FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1080FA is #EF7F05. Grayscale: #6B6B6B. Windows color (decimal): -15695622 or 16416784. OLE color: 16416784.

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

Color convert

RGB 16 128 250 -
CMYK 0.94 0.49 0 0.02
HSL 211.28º 0.96% 0.52% -
HSV(B) 211.28º 0.94% 0.98% -
XYZ 25.19 22.45 93.45 -
YUV 108.42 207.89 62.08 -
System Red Green Blue C M Y K H S L
Decimal 16 128 250 0.94 0.49 0 0.02 211.28 0.96 0.52
Hex 10 80 FA 5E 31 0 2 D3 60 34
Octal 20 200 372 136 61 0 2 323 140 64
Binary 10000 10000000 11111010 1011110 110001 0 10 11010011 1100000 110100

Color Harmonies of #1080FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1080FA

Black with #1080FA

Text Example


Text Example

White with #1080FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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