Html Css Color HEX #0876FD Dodger Blue

📋 copy color: '#0876FD'

red 8 ◦ green 118 ◦ blue 253

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

Shades of Dodger Blue #0876FD

Tints of Dodger Blue #0876FD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.13%

 BLUE value IS 253 (99.22% from 255) = 66.75%

R = 2.11%
G = 31.13%
B = 66.75%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0876FD (or 0x0876FD) is known color: Dodger Blue. HEX triplet: 08, 76 and FD. RGB value is (8,118,253). Sum of RGB (Red+Green+Blue) = 8+118+253=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 118 (46.48% from 255 or 31.13% from 379); Blue value is 253 (99.22% from 255 or 66.75% from 379); Max value from RGB is 253 - color contains mainly: blue. Hex color #0876FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0876FD is #F78902. Grayscale: #636363. Windows color (decimal): -16222467 or 16610824. OLE color: 16610824.

HSL color Cylindrical-coordinate representation of color #0876FD: hue angle of 213.06º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0876FD is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 8 118 253 -
CMYK 0.97 0.53 0 0.01
HSL 213.06º 0.98% 0.51% -
HSV(B) 213.06º 0.97% 0.99% -
XYZ 24.31 20.1 95.53 -
YUV 100.5 214.06 62.02 -
System Red Green Blue C M Y K H S L
Decimal 8 118 253 0.97 0.53 0 0.01 213.06 0.98 0.51
Hex 8 76 FD 61 35 0 1 D5 62 33
Octal 10 166 375 141 65 0 1 325 142 63
Binary 1000 1110110 11111101 1100001 110101 0 1 11010101 1100010 110011

Color Harmonies of #0876FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0876FD

Black with #0876FD

Text Example


Text Example

White with #0876FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0876FD; }

 p { color: rgb(8,118,253); }

 H1.HeaderClassName
 {
   color: #0876FD;
 }
 .AnyTagClassName
 {
   color: #0876FD;
 }
</style>

background-color css

<style>
 a { background-color: #0876FD; }

 a { background-color: rgb(8,118,253); }

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

border-color css

<style>
 span { border-color: #0876FD; }

 span { border-color: rgb(8,118,253); }

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