Html Css Color HEX #1880FB Dodger Blue

📋 copy color: '#1880FB'

red 24 ◦ green 128 ◦ blue 251

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

Shades of Dodger Blue #1880FB

Tints of Dodger Blue #1880FB

RGB

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

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

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

R = 5.96%
G = 31.76%
B = 62.28%

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

#1880FB (or 0x1880FB) is known color: Dodger Blue. HEX triplet: 18, 80 and FB. RGB value is (24,128,251). Sum of RGB (Red+Green+Blue) = 24+128+251=403 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.96% from 403); Green value is 128 (50.39% from 255 or 31.76% from 403); Blue value is 251 (98.44% from 255 or 62.28% from 403); Max value from RGB is 251 - color contains mainly: blue. Hex color #1880FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1880FB is #E77F04. Grayscale: #6E6E6E. Windows color (decimal): -15171333 or 16482328. OLE color: 16482328.

HSL color Cylindrical-coordinate representation of color #1880FB: hue angle of 212.51º 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 #1880FB is Cyan = 0.90, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 24 128 251 -
CMYK 0.90 0.49 0 0.02
HSL 212.51º 0.97% 0.54% -
HSV(B) 212.51º 0.9% 0.98% -
XYZ 25.51 22.6 94.28 -
YUV 110.93 207.04 66 -
System Red Green Blue C M Y K H S L
Decimal 24 128 251 0.90 0.49 0 0.02 212.51 0.97 0.54
Hex 18 80 FB 5A 31 0 2 D5 61 36
Octal 30 200 373 132 61 0 2 325 141 66
Binary 11000 10000000 11111011 1011010 110001 0 10 11010101 1100001 110110

Color Harmonies of #1880FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1880FB

Black with #1880FB

Text Example


Text Example

White with #1880FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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