Html Css Color HEX #0877FC Dodger Blue

📋 copy color: '#0877FC'

red 8 ◦ green 119 ◦ blue 252

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

Shades of Dodger Blue #0877FC

Tints of Dodger Blue #0877FC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.4%

 BLUE value IS 252 (98.83% from 255) = 66.49%

R = 2.11%
G = 31.4%
B = 66.49%

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

#0877FC (or 0x0877FC) is known color: Dodger Blue. HEX triplet: 08, 77 and FC. RGB value is (8,119,252). Sum of RGB (Red+Green+Blue) = 8+119+252=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 119 (46.88% from 255 or 31.40% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #0877FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0877FC is #F78803. Grayscale: #646464. Windows color (decimal): -16222212 or 16545544. OLE color: 16545544.

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

Color convert

RGB 8 119 252 -
CMYK 0.97 0.53 0 0.01
HSL 212.7º 0.98% 0.51% -
HSV(B) 212.7º 0.97% 0.99% -
XYZ 24.27 20.27 94.73 -
YUV 100.97 213.23 61.69 -
System Red Green Blue C M Y K H S L
Decimal 8 119 252 0.97 0.53 0 0.01 212.7 0.98 0.51
Hex 8 77 FC 61 35 0 1 D5 62 33
Octal 10 167 374 141 65 0 1 325 142 63
Binary 1000 1110111 11111100 1100001 110101 0 1 11010101 1100010 110011

Color Harmonies of #0877FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0877FC

Black with #0877FC

Text Example


Text Example

White with #0877FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0877FC; }

 p { color: rgb(8,119,252); }

 H1.HeaderClassName
 {
   color: #0877FC;
 }
 .AnyTagClassName
 {
   color: #0877FC;
 }
</style>

background-color css

<style>
 a { background-color: #0877FC; }

 a { background-color: rgb(8,119,252); }

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

border-color css

<style>
 span { border-color: #0877FC; }

 span { border-color: rgb(8,119,252); }

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