Html Css Color HEX #1880EE Dodger Blue

📋 copy color: '#1880EE'

red 24 ◦ green 128 ◦ blue 238

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

Shades of Dodger Blue #1880EE

Tints of Dodger Blue #1880EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 61.03%

R = 6.15%
G = 32.82%
B = 61.03%

CMYK

 C value IS 0.90

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1880EE (or 0x1880EE) is known color: Dodger Blue. HEX triplet: 18, 80 and EE. RGB value is (24,128,238). Sum of RGB (Red+Green+Blue) = 24+128+238=390 (51% of max value = 765). Red value is 24 (9.77% from 255 or 6.15% from 390); Green value is 128 (50.39% from 255 or 32.82% from 390); Blue value is 238 (93.36% from 255 or 61.03% from 390); Max value from RGB is 238 - color contains mainly: blue. Hex color #1880EE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1880EE is #E77F11. Grayscale: #6C6C6C. Windows color (decimal): -15171346 or 15630360. OLE color: 15630360.

HSL color Cylindrical-coordinate representation of color #1880EE: hue angle of 210.84º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1880EE is Cyan = 0.90, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 24 128 238 -
CMYK 0.90 0.46 0 0.07
HSL 210.84º 0.86% 0.51% -
HSV(B) 210.84º 0.9% 0.93% -
XYZ 23.53 21.81 83.86 -
YUV 109.44 200.54 67.06 -
System Red Green Blue C M Y K H S L
Decimal 24 128 238 0.90 0.46 0 0.07 210.84 0.86 0.51
Hex 18 80 EE 5A 2E 0 7 D3 56 33
Octal 30 200 356 132 56 0 7 323 126 63
Binary 11000 10000000 11101110 1011010 101110 0 111 11010011 1010110 110011

Color Harmonies of #1880EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880EE

Black with #1880EE

Text Example


Text Example

White with #1880EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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