Html Css Color HEX #1986FF Dodger Blue

📋 copy color: '#1986FF'

red 25 ◦ green 134 ◦ blue 255

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

Shades of Dodger Blue #1986FF

Tints of Dodger Blue #1986FF

RGB

 RED value IS 25 (10.16% from 255) = 6.04%

 GREEN value IS 134 (52.73% from 255) = 32.37%

 BLUE value IS 255 (100% from 255) = 61.59%

R = 6.04%
G = 32.37%
B = 61.59%

CMYK

 C value IS 0.90

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1986FF (or 0x1986FF) is known color: Dodger Blue. HEX triplet: 19, 86 and FF. RGB value is (25,134,255). Sum of RGB (Red+Green+Blue) = 25+134+255=414 (54% of max value = 765). Red value is 25 (10.16% from 255 or 6.04% from 414); Green value is 134 (52.73% from 255 or 32.37% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #1986FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #1986FF is #E67900. Grayscale: #727272. Windows color (decimal): -15104257 or 16746009. OLE color: 16746009.

HSL color Cylindrical-coordinate representation of color #1986FF: hue angle of 211.57º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1986FF is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 25 134 255 -
CMYK 0.90 0.47 0 0
HSL 211.57º 1% 0.55% -
HSV(B) 211.57º 0.9% 1% -
XYZ 26.98 24.48 97.91 -
YUV 115.2 206.89 63.66 -
System Red Green Blue C M Y K H S L
Decimal 25 134 255 0.90 0.47 0 0 211.57 1 0.55
Hex 19 86 FF 5A 2F 0 0 D4 64 37
Octal 31 206 377 132 57 0 0 324 144 67
Binary 11001 10000110 11111111 1011010 101111 0 0 11010100 1100100 110111

Color Harmonies of #1986FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1986FF

Black with #1986FF

Text Example


Text Example

White with #1986FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1986FF; }

 p { color: rgb(25,134,255); }

 H1.HeaderClassName
 {
   color: #1986FF;
 }
 .AnyTagClassName
 {
   color: #1986FF;
 }
</style>

background-color css

<style>
 a { background-color: #1986FF; }

 a { background-color: rgb(25,134,255); }

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

border-color css

<style>
 span { border-color: #1986FF; }

 span { border-color: rgb(25,134,255); }

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