Html Css Color HEX #1880FE Dodger Blue

📋 copy color: '#1880FE'

red 24 ◦ green 128 ◦ blue 254

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

Shades of Dodger Blue #1880FE

Tints of Dodger Blue #1880FE

RGB

 RED value IS 24 (9.77% from 255) = 5.91%

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

 BLUE value IS 254 (99.61% from 255) = 62.56%

R = 5.91%
G = 31.53%
B = 62.56%

CMYK

 C value IS 0.91

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#1880FE (or 0x1880FE) is known color: Dodger Blue. HEX triplet: 18, 80 and FE. RGB value is (24,128,254). Sum of RGB (Red+Green+Blue) = 24+128+254=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 128 (50.39% from 255 or 31.53% from 406); Blue value is 254 (99.61% from 255 or 62.56% from 406); Max value from RGB is 254 - color contains mainly: blue. Hex color #1880FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1880FE is #E77F01. Grayscale: #6E6E6E. Windows color (decimal): -15171330 or 16678936. OLE color: 16678936.

HSL color Cylindrical-coordinate representation of color #1880FE: hue angle of 212.87º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1880FE is Cyan = 0.91, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 24 128 254 -
CMYK 0.91 0.50 0 0.00
HSL 212.87º 0.99% 0.55% -
HSV(B) 212.87º 0.91% 1% -
XYZ 25.99 22.79 96.79 -
YUV 111.27 208.54 65.75 -
System Red Green Blue C M Y K H S L
Decimal 24 128 254 0.91 0.50 0 0.00 212.87 0.99 0.55
Hex 18 80 FE 5B 32 0 0 D5 63 37
Octal 30 200 376 133 62 0 0 325 143 67
Binary 11000 10000000 11111110 1011011 110010 0 0 11010101 1100011 110111

Color Harmonies of #1880FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880FE

Black with #1880FE

Text Example


Text Example

White with #1880FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1880FE; }

 p { color: rgb(24,128,254); }

 H1.HeaderClassName
 {
   color: #1880FE;
 }
 .AnyTagClassName
 {
   color: #1880FE;
 }
</style>

background-color css

<style>
 a { background-color: #1880FE; }

 a { background-color: rgb(24,128,254); }

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

border-color css

<style>
 span { border-color: #1880FE; }

 span { border-color: rgb(24,128,254); }

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