Html Css Color HEX #1871F6 Dodger Blue

📋 copy color: '#1871F6'

red 24 ◦ green 113 ◦ blue 246

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

Shades of Dodger Blue #1871F6

Tints of Dodger Blue #1871F6

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.5%

 BLUE value IS 246 (96.48% from 255) = 64.23%

R = 6.27%
G = 29.5%
B = 64.23%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1871F6 (or 0x1871F6) is known color: Dodger Blue. HEX triplet: 18, 71 and F6. RGB value is (24,113,246). Sum of RGB (Red+Green+Blue) = 24+113+246=383 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.27% from 383); Green value is 113 (44.53% from 255 or 29.50% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #1871F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1871F6 is #E78E09. Grayscale: #646464. Windows color (decimal): -15175178 or 16150808. OLE color: 16150808.

HSL color Cylindrical-coordinate representation of color #1871F6: hue angle of 215.95º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1871F6 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 24 113 246 -
CMYK 0.90 0.54 0 0.04
HSL 215.95º 0.93% 0.53% -
HSV(B) 215.95º 0.9% 0.96% -
XYZ 22.92 18.66 89.58 -
YUV 101.55 209.51 72.69 -
System Red Green Blue C M Y K H S L
Decimal 24 113 246 0.90 0.54 0 0.04 215.95 0.93 0.53
Hex 18 71 F6 5A 36 0 4 D8 5C 35
Octal 30 161 366 132 66 0 4 330 134 65
Binary 11000 1110001 11110110 1011010 110110 0 100 11011000 1011100 110101

Color Harmonies of #1871F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1871F6

Black with #1871F6

Text Example


Text Example

White with #1871F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1871F6; }

 p { color: rgb(24,113,246); }

 H1.HeaderClassName
 {
   color: #1871F6;
 }
 .AnyTagClassName
 {
   color: #1871F6;
 }
</style>

background-color css

<style>
 a { background-color: #1871F6; }

 a { background-color: rgb(24,113,246); }

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

border-color css

<style>
 span { border-color: #1871F6; }

 span { border-color: rgb(24,113,246); }

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