Html Css Color HEX #0871FF Dodger Blue

📋 copy color: '#0871FF'

red 8 ◦ green 113 ◦ blue 255

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

Shades of Dodger Blue #0871FF

Tints of Dodger Blue #0871FF

RGB

 RED value IS 8 (3.52% from 255) = 2.13%

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

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

R = 2.13%
G = 30.05%
B = 67.82%

CMYK

 C value IS 0.97

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0871FF (or 0x0871FF) is known color: Dodger Blue. HEX triplet: 08, 71 and FF. RGB value is (8,113,255). Sum of RGB (Red+Green+Blue) = 8+113+255=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 113 (44.53% from 255 or 30.05% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #0871FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0871FF is #F78E00. Grayscale: #616161. Windows color (decimal): -16223745 or 16740616. OLE color: 16740616.

HSL color Cylindrical-coordinate representation of color #0871FF: hue angle of 214.49º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0871FF is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 113 255 -
CMYK 0.97 0.56 0 0
HSL 214.49º 1% 0.52% -
HSV(B) 214.49º 0.97% 1% -
XYZ 24.06 19.08 97.02 -
YUV 97.79 216.71 63.95 -
System Red Green Blue C M Y K H S L
Decimal 8 113 255 0.97 0.56 0 0 214.49 1 0.52
Hex 8 71 FF 61 38 0 0 D6 64 34
Octal 10 161 377 141 70 0 0 326 144 64
Binary 1000 1110001 11111111 1100001 111000 0 0 11010110 1100100 110100

Color Harmonies of #0871FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871FF

Black with #0871FF

Text Example


Text Example

White with #0871FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,113,255); }

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

background-color css

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

 a { background-color: rgb(8,113,255); }

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

border-color css

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

 span { border-color: rgb(8,113,255); }

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