Html Css Color HEX #1880FC Dodger Blue

📋 copy color: '#1880FC'

red 24 ◦ green 128 ◦ blue 252

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

Shades of Dodger Blue #1880FC

Tints of Dodger Blue #1880FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 62.38%

R = 5.94%
G = 31.68%
B = 62.38%

CMYK

 C value IS 0.90

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#1880FC (or 0x1880FC) is known color: Dodger Blue. HEX triplet: 18, 80 and FC. RGB value is (24,128,252). Sum of RGB (Red+Green+Blue) = 24+128+252=404 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.94% from 404); Green value is 128 (50.39% from 255 or 31.68% from 404); Blue value is 252 (98.83% from 255 or 62.38% from 404); Max value from RGB is 252 - color contains mainly: blue. Hex color #1880FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1880FC is #E77F03. Grayscale: #6E6E6E. Windows color (decimal): -15171332 or 16547864. OLE color: 16547864.

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

Color convert

RGB 24 128 252 -
CMYK 0.90 0.49 0 0.01
HSL 212.63º 0.97% 0.54% -
HSV(B) 212.63º 0.9% 0.99% -
XYZ 25.67 22.66 95.12 -
YUV 111.04 207.54 65.92 -
System Red Green Blue C M Y K H S L
Decimal 24 128 252 0.90 0.49 0 0.01 212.63 0.97 0.54
Hex 18 80 FC 5A 31 0 1 D5 61 36
Octal 30 200 374 132 61 0 1 325 141 66
Binary 11000 10000000 11111100 1011010 110001 0 1 11010101 1100001 110110

Color Harmonies of #1880FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880FC

Black with #1880FC

Text Example


Text Example

White with #1880FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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