Html Css Color HEX #1080FB Dodger Blue

📋 copy color: '#1080FB'

red 16 ◦ green 128 ◦ blue 251

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

Shades of Dodger Blue #1080FB

Tints of Dodger Blue #1080FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 63.54%

R = 4.05%
G = 32.41%
B = 63.54%

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

#1080FB (or 0x1080FB) is known color: Dodger Blue. HEX triplet: 10, 80 and FB. RGB value is (16,128,251). Sum of RGB (Red+Green+Blue) = 16+128+251=395 (52% of max value = 765). Red value is 16 (6.64% from 255 or 4.05% from 395); Green value is 128 (50.39% from 255 or 32.41% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #1080FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1080FB is #EF7F04. Grayscale: #6B6B6B. Windows color (decimal): -15695621 or 16482320. OLE color: 16482320.

HSL color Cylindrical-coordinate representation of color #1080FB: hue angle of 211.4º degrees, saturation: 0.97, 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 #1080FB is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 128 251 -
CMYK 0.94 0.49 0 0.02
HSL 211.4º 0.97% 0.52% -
HSV(B) 211.4º 0.94% 0.98% -
XYZ 25.35 22.51 94.28 -
YUV 108.53 208.39 62 -
System Red Green Blue C M Y K H S L
Decimal 16 128 251 0.94 0.49 0 0.02 211.4 0.97 0.52
Hex 10 80 FB 5E 31 0 2 D3 61 34
Octal 20 200 373 136 61 0 2 323 141 64
Binary 10000 10000000 11111011 1011110 110001 0 10 11010011 1100001 110100

Color Harmonies of #1080FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1080FB

Black with #1080FB

Text Example


Text Example

White with #1080FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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