Html Css Color HEX #1884FA Dodger Blue

📋 copy color: '#1884FA'

red 24 ◦ green 132 ◦ blue 250

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

Shades of Dodger Blue #1884FA

Tints of Dodger Blue #1884FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 5.91%
G = 32.51%
B = 61.58%

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

#1884FA (or 0x1884FA) is known color: Dodger Blue. HEX triplet: 18, 84 and FA. RGB value is (24,132,250). Sum of RGB (Red+Green+Blue) = 24+132+250=406 (53% of max value = 765). Red value is 24 (9.77% from 255 or 5.91% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #1884FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1884FA is #E77B05. Grayscale: #707070. Windows color (decimal): -15170310 or 16417816. OLE color: 16417816.

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

Color convert

RGB 24 132 250 -
CMYK 0.90 0.47 0 0.02
HSL 211.33º 0.96% 0.54% -
HSV(B) 211.33º 0.9% 0.98% -
XYZ 25.88 23.6 93.63 -
YUV 113.16 205.22 64.41 -
System Red Green Blue C M Y K H S L
Decimal 24 132 250 0.90 0.47 0 0.02 211.33 0.96 0.54
Hex 18 84 FA 5A 2F 0 2 D3 60 36
Octal 30 204 372 132 57 0 2 323 140 66
Binary 11000 10000100 11111010 1011010 101111 0 10 11010011 1100000 110110

Color Harmonies of #1884FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1884FA

Black with #1884FA

Text Example


Text Example

White with #1884FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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