Html Css Color HEX #1884F1 Dodger Blue

📋 copy color: '#1884F1'

red 24 ◦ green 132 ◦ blue 241

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

Shades of Dodger Blue #1884F1

Tints of Dodger Blue #1884F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 60.71%

R = 6.05%
G = 33.25%
B = 60.71%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1884F1 (or 0x1884F1) is known color: Dodger Blue. HEX triplet: 18, 84 and F1. RGB value is (24,132,241). Sum of RGB (Red+Green+Blue) = 24+132+241=397 (52% of max value = 765). Red value is 24 (9.77% from 255 or 6.05% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 241 (94.53% from 255 or 60.71% from 397); Max value from RGB is 241 - color contains mainly: blue. Hex color #1884F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1884F1 is #E77B0E. Grayscale: #6F6F6F. Windows color (decimal): -15170319 or 15827992. OLE color: 15827992.

HSL color Cylindrical-coordinate representation of color #1884F1: hue angle of 210.14º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1884F1 is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 24 132 241 -
CMYK 0.90 0.45 0 0.05
HSL 210.14º 0.89% 0.52% -
HSV(B) 210.14º 0.9% 0.95% -
XYZ 24.51 23.05 86.38 -
YUV 112.13 200.72 65.14 -
System Red Green Blue C M Y K H S L
Decimal 24 132 241 0.90 0.45 0 0.05 210.14 0.89 0.52
Hex 18 84 F1 5A 2D 0 5 D2 59 34
Octal 30 204 361 132 55 0 5 322 131 64
Binary 11000 10000100 11110001 1011010 101101 0 101 11010010 1011001 110100

Color Harmonies of #1884F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1884F1

Black with #1884F1

Text Example


Text Example

White with #1884F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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