Html Css Color HEX #0873FF Dodger Blue

📋 copy color: '#0873FF'

red 8 ◦ green 115 ◦ blue 255

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

Shades of Dodger Blue #0873FF

Tints of Dodger Blue #0873FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 30.42%

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

R = 2.12%
G = 30.42%
B = 67.46%

CMYK

 C value IS 0.97

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0873FF (or 0x0873FF) is known color: Dodger Blue. HEX triplet: 08, 73 and FF. RGB value is (8,115,255). Sum of RGB (Red+Green+Blue) = 8+115+255=378 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.12% from 378); Green value is 115 (45.31% from 255 or 30.42% from 378); Blue value is 255 (100% from 255 or 67.46% from 378); Max value from RGB is 255 - color contains mainly: blue. Hex color #0873FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0873FF is #F78C00. Grayscale: #626262. Windows color (decimal): -16223233 or 16741128. OLE color: 16741128.

HSL color Cylindrical-coordinate representation of color #0873FF: hue angle of 214.01º 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 #0873FF is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 8 115 255 -
CMYK 0.97 0.55 0 0
HSL 214.01º 1% 0.52% -
HSV(B) 214.01º 0.97% 1% -
XYZ 24.28 19.53 97.1 -
YUV 98.97 216.05 63.12 -
System Red Green Blue C M Y K H S L
Decimal 8 115 255 0.97 0.55 0 0 214.01 1 0.52
Hex 8 73 FF 61 37 0 0 D6 64 34
Octal 10 163 377 141 67 0 0 326 144 64
Binary 1000 1110011 11111111 1100001 110111 0 0 11010110 1100100 110100

Color Harmonies of #0873FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0873FF

Black with #0873FF

Text Example


Text Example

White with #0873FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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