Html Css Color HEX #0886FE Dodger Blue

📋 copy color: '#0886FE'

red 8 ◦ green 134 ◦ blue 254

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

Shades of Dodger Blue #0886FE

Tints of Dodger Blue #0886FE

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.84%

 BLUE value IS 254 (99.61% from 255) = 64.14%

R = 2.02%
G = 33.84%
B = 64.14%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0886FE (or 0x0886FE) is known color: Dodger Blue. HEX triplet: 08, 86 and FE. RGB value is (8,134,254). Sum of RGB (Red+Green+Blue) = 8+134+254=396 (52% of max value = 765). Red value is 8 (3.52% from 255 or 2.02% from 396); Green value is 134 (52.73% from 255 or 33.84% from 396); Blue value is 254 (99.61% from 255 or 64.14% from 396); Max value from RGB is 254 - color contains mainly: blue. Hex color #0886FE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0886FE is #F77901. Grayscale: #6D6D6D. Windows color (decimal): -16218370 or 16680456. OLE color: 16680456.

HSL color Cylindrical-coordinate representation of color #0886FE: hue angle of 209.27º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0886FE is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 8 134 254 -
CMYK 0.97 0.47 0 0.00
HSL 209.27º 0.99% 0.51% -
HSV(B) 209.27º 0.97% 1% -
XYZ 26.51 24.26 97.05 -
YUV 110.01 209.26 55.24 -
System Red Green Blue C M Y K H S L
Decimal 8 134 254 0.97 0.47 0 0.00 209.27 0.99 0.51
Hex 8 86 FE 61 2F 0 0 D1 63 33
Octal 10 206 376 141 57 0 0 321 143 63
Binary 1000 10000110 11111110 1100001 101111 0 0 11010001 1100011 110011

Color Harmonies of #0886FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0886FE

Black with #0886FE

Text Example


Text Example

White with #0886FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0886FE; }

 p { color: rgb(8,134,254); }

 H1.HeaderClassName
 {
   color: #0886FE;
 }
 .AnyTagClassName
 {
   color: #0886FE;
 }
</style>

background-color css

<style>
 a { background-color: #0886FE; }

 a { background-color: rgb(8,134,254); }

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

border-color css

<style>
 span { border-color: #0886FE; }

 span { border-color: rgb(8,134,254); }

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