Html Css Color HEX #1F80FF Dodger Blue

📋 copy color: '#1F80FF'

red 31 ◦ green 128 ◦ blue 255

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

Shades of Dodger Blue #1F80FF

Tints of Dodger Blue #1F80FF

RGB

 RED value IS 31 (12.5% from 255) = 7.49%

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

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

R = 7.49%
G = 30.92%
B = 61.59%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1F80FF (or 0x1F80FF) is known color: Dodger Blue. HEX triplet: 1F, 80 and FF. RGB value is (31,128,255). Sum of RGB (Red+Green+Blue) = 31+128+255=414 (54% of max value = 765). Red value is 31 (12.5% from 255 or 7.49% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #1F80FF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #1F80FF is #E07F00. Grayscale: #707070. Windows color (decimal): -14712577 or 16744479. OLE color: 16744479.

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

Color convert

RGB 31 128 255 -
CMYK 0.88 0.50 0 0
HSL 214.02º 1% 0.56% -
HSV(B) 214.02º 0.88% 1% -
XYZ 26.33 22.95 97.65 -
YUV 113.48 207.86 69.17 -
System Red Green Blue C M Y K H S L
Decimal 31 128 255 0.88 0.50 0 0 214.02 1 0.56
Hex 1F 80 FF 58 32 0 0 D6 64 38
Octal 37 200 377 130 62 0 0 326 144 70
Binary 11111 10000000 11111111 1011000 110010 0 0 11010110 1100100 111000

Color Harmonies of #1F80FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F80FF

Black with #1F80FF

Text Example


Text Example

White with #1F80FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F80FF; }

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

 H1.HeaderClassName
 {
   color: #1F80FF;
 }
 .AnyTagClassName
 {
   color: #1F80FF;
 }
</style>

background-color css

<style>
 a { background-color: #1F80FF; }

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

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

border-color css

<style>
 span { border-color: #1F80FF; }

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

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