Html Css Color HEX #1980FB Dodger Blue

📋 copy color: '#1980FB'

red 25 ◦ green 128 ◦ blue 251

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

Shades of Dodger Blue #1980FB

Tints of Dodger Blue #1980FB

RGB

 RED value IS 25 (10.16% from 255) = 6.19%

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

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

R = 6.19%
G = 31.68%
B = 62.13%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1980FB (or 0x1980FB) is known color: Dodger Blue. HEX triplet: 19, 80 and FB. RGB value is (25,128,251). Sum of RGB (Red+Green+Blue) = 25+128+251=404 (53% of max value = 765). Red value is 25 (10.16% from 255 or 6.19% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 251 (98.44% from 255 or 62.13% from 404); Max value from RGB is 251 - color contains mainly: blue. Hex color #1980FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1980FB is #E67F04. Grayscale: #6E6E6E. Windows color (decimal): -15105797 or 16482329. OLE color: 16482329.

HSL color Cylindrical-coordinate representation of color #1980FB: hue angle of 212.65º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1980FB is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 25 128 251 -
CMYK 0.90 0.49 0 0.02
HSL 212.65º 0.97% 0.54% -
HSV(B) 212.65º 0.9% 0.98% -
XYZ 25.53 22.61 94.29 -
YUV 111.23 206.88 66.5 -
System Red Green Blue C M Y K H S L
Decimal 25 128 251 0.90 0.49 0 0.02 212.65 0.97 0.54
Hex 19 80 FB 5A 31 0 2 D5 61 36
Octal 31 200 373 132 61 0 2 325 141 66
Binary 11001 10000000 11111011 1011010 110001 0 10 11010101 1100001 110110

Color Harmonies of #1980FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1980FB

Black with #1980FB

Text Example


Text Example

White with #1980FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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