Html Css Color HEX #0871FB Dodger Blue

📋 copy color: '#0871FB'

red 8 ◦ green 113 ◦ blue 251

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

Shades of Dodger Blue #0871FB

Tints of Dodger Blue #0871FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 67.47%

R = 2.15%
G = 30.38%
B = 67.47%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0871FB (or 0x0871FB) is known color: Dodger Blue. HEX triplet: 08, 71 and FB. RGB value is (8,113,251). Sum of RGB (Red+Green+Blue) = 8+113+251=372 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.15% from 372); Green value is 113 (44.53% from 255 or 30.38% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #0871FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0871FB is #F78E04. Grayscale: #606060. Windows color (decimal): -16223749 or 16478472. OLE color: 16478472.

HSL color Cylindrical-coordinate representation of color #0871FB: hue angle of 214.07º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0871FB is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 113 251 -
CMYK 0.97 0.55 0 0.02
HSL 214.07º 0.97% 0.51% -
HSV(B) 214.07º 0.97% 0.98% -
XYZ 23.42 18.83 93.67 -
YUV 97.34 214.71 64.28 -
System Red Green Blue C M Y K H S L
Decimal 8 113 251 0.97 0.55 0 0.02 214.07 0.97 0.51
Hex 8 71 FB 61 37 0 2 D6 61 33
Octal 10 161 373 141 67 0 2 326 141 63
Binary 1000 1110001 11111011 1100001 110111 0 10 11010110 1100001 110011

Color Harmonies of #0871FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0871FB

Black with #0871FB

Text Example


Text Example

White with #0871FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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