Html Css Color HEX #0873FB Dodger Blue

📋 copy color: '#0873FB'

red 8 ◦ green 115 ◦ blue 251

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

Shades of Dodger Blue #0873FB

Tints of Dodger Blue #0873FB

RGB

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

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

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

R = 2.14%
G = 30.75%
B = 67.11%

CMYK

 C value IS 0.97

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0873FB (or 0x0873FB) is known color: Dodger Blue. HEX triplet: 08, 73 and FB. RGB value is (8,115,251). Sum of RGB (Red+Green+Blue) = 8+115+251=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 115 (45.31% from 255 or 30.75% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #0873FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0873FB is #F78C04. Grayscale: #616161. Windows color (decimal): -16223237 or 16478984. OLE color: 16478984.

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

Color convert

RGB 8 115 251 -
CMYK 0.97 0.54 0 0.02
HSL 213.58º 0.97% 0.51% -
HSV(B) 213.58º 0.97% 0.98% -
XYZ 23.64 19.28 93.74 -
YUV 98.51 214.05 63.44 -
System Red Green Blue C M Y K H S L
Decimal 8 115 251 0.97 0.54 0 0.02 213.58 0.97 0.51
Hex 8 73 FB 61 36 0 2 D6 61 33
Octal 10 163 373 141 66 0 2 326 141 63
Binary 1000 1110011 11111011 1100001 110110 0 10 11010110 1100001 110011

Color Harmonies of #0873FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0873FB

Black with #0873FB

Text Example


Text Example

White with #0873FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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