Html Css Color HEX #0875FB Dodger Blue

📋 copy color: '#0875FB'

red 8 ◦ green 117 ◦ blue 251

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

Shades of Dodger Blue #0875FB

Tints of Dodger Blue #0875FB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 31.12%

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

R = 2.13%
G = 31.12%
B = 66.76%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0875FB (or 0x0875FB) is known color: Dodger Blue. HEX triplet: 08, 75 and FB. RGB value is (8,117,251). Sum of RGB (Red+Green+Blue) = 8+117+251=376 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.13% from 376); Green value is 117 (46.09% from 255 or 31.12% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #0875FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0875FB is #F78A04. Grayscale: #636363. Windows color (decimal): -16222725 or 16479496. OLE color: 16479496.

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

Color convert

RGB 8 117 251 -
CMYK 0.97 0.53 0 0.02
HSL 213.09º 0.97% 0.51% -
HSV(B) 213.09º 0.97% 0.98% -
XYZ 23.87 19.74 93.82 -
YUV 99.69 213.39 62.6 -
System Red Green Blue C M Y K H S L
Decimal 8 117 251 0.97 0.53 0 0.02 213.09 0.97 0.51
Hex 8 75 FB 61 35 0 2 D5 61 33
Octal 10 165 373 141 65 0 2 325 141 63
Binary 1000 1110101 11111011 1100001 110101 0 10 11010101 1100001 110011

Color Harmonies of #0875FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0875FB

Black with #0875FB

Text Example


Text Example

White with #0875FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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