Html Css Color HEX #1884FB Dodger Blue

📋 copy color: '#1884FB'

red 24 ◦ green 132 ◦ blue 251

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

Shades of Dodger Blue #1884FB

Tints of Dodger Blue #1884FB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.43%

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

R = 5.9%
G = 32.43%
B = 61.67%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#1884FB (or 0x1884FB) is known color: Dodger Blue. HEX triplet: 18, 84 and FB. RGB value is (24,132,251). Sum of RGB (Red+Green+Blue) = 24+132+251=407 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.90% from 407); Green value is 132 (51.95% from 255 or 32.43% from 407); Blue value is 251 (98.44% from 255 or 61.67% from 407); Max value from RGB is 251 - color contains mainly: blue. Hex color #1884FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1884FB is #E77B04. Grayscale: #707070. Windows color (decimal): -15170309 or 16483352. OLE color: 16483352.

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

Color convert

RGB 24 132 251 -
CMYK 0.90 0.47 0 0.02
HSL 211.45º 0.97% 0.54% -
HSV(B) 211.45º 0.9% 0.98% -
XYZ 26.04 23.66 94.46 -
YUV 113.27 205.72 64.32 -
System Red Green Blue C M Y K H S L
Decimal 24 132 251 0.90 0.47 0 0.02 211.45 0.97 0.54
Hex 18 84 FB 5A 2F 0 2 D3 61 36
Octal 30 204 373 132 57 0 2 323 141 66
Binary 11000 10000100 11111011 1011010 101111 0 10 11010011 1100001 110110

Color Harmonies of #1884FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1884FB

Black with #1884FB

Text Example


Text Example

White with #1884FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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