Html Css Color HEX #0875F9 Dodger Blue

📋 copy color: '#0875F9'

red 8 ◦ green 117 ◦ blue 249

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

Shades of Dodger Blue #0875F9

Tints of Dodger Blue #0875F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 66.58%

R = 2.14%
G = 31.28%
B = 66.58%

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

#0875F9 (or 0x0875F9) is known color: Dodger Blue. HEX triplet: 08, 75 and F9. RGB value is (8,117,249). Sum of RGB (Red+Green+Blue) = 8+117+249=374 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.14% from 374); Green value is 117 (46.09% from 255 or 31.28% from 374); Blue value is 249 (97.66% from 255 or 66.58% from 374); Max value from RGB is 249 - color contains mainly: blue. Hex color #0875F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0875F9 is #F78A06. Grayscale: #626262. Windows color (decimal): -16222727 or 16348424. OLE color: 16348424.

HSL color Cylindrical-coordinate representation of color #0875F9: hue angle of 212.86º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0875F9 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 8 117 249 -
CMYK 0.97 0.53 0 0.02
HSL 212.86º 0.95% 0.5% -
HSV(B) 212.86º 0.97% 0.98% -
XYZ 23.56 19.61 92.17 -
YUV 99.46 212.39 62.77 -
System Red Green Blue C M Y K H S L
Decimal 8 117 249 0.97 0.53 0 0.02 212.86 0.95 0.5
Hex 8 75 F9 61 35 0 2 D5 5F 32
Octal 10 165 371 141 65 0 2 325 137 62
Binary 1000 1110101 11111001 1100001 110101 0 10 11010101 1011111 110010

Color Harmonies of #0875F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0875F9

Black with #0875F9

Text Example


Text Example

White with #0875F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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