Html Css Color HEX #0880EB Dodger Blue

📋 copy color: '#0880EB'

red 8 ◦ green 128 ◦ blue 235

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

Shades of Dodger Blue #0880EB

Tints of Dodger Blue #0880EB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 235 (92.19% from 255) = 63.34%

R = 2.16%
G = 34.5%
B = 63.34%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0880EB (or 0x0880EB) is known color: Dodger Blue. HEX triplet: 08, 80 and EB. RGB value is (8,128,235). Sum of RGB (Red+Green+Blue) = 8+128+235=371 (49% of max value = 765). Red value is 8 (3.52% from 255 or 2.16% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 235 (92.19% from 255 or 63.34% from 371); Max value from RGB is 235 - color contains mainly: blue. Hex color #0880EB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0880EB is #F77F14. Grayscale: #676767. Windows color (decimal): -16219925 or 15433736. OLE color: 15433736.

HSL color Cylindrical-coordinate representation of color #0880EB: hue angle of 208.28º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0880EB is Cyan = 0.97, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 8 128 235 -
CMYK 0.97 0.46 0 0.08
HSL 208.28º 0.93% 0.48% -
HSV(B) 208.28º 0.97% 0.92% -
XYZ 22.81 21.49 81.54 -
YUV 104.32 201.74 59.3 -
System Red Green Blue C M Y K H S L
Decimal 8 128 235 0.97 0.46 0 0.08 208.28 0.93 0.48
Hex 8 80 EB 61 2E 0 8 D0 5D 30
Octal 10 200 353 141 56 0 10 320 135 60
Binary 1000 10000000 11101011 1100001 101110 0 1000 11010000 1011101 110000

Color Harmonies of #0880EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0880EB

Black with #0880EB

Text Example


Text Example

White with #0880EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0880EB; }

 p { color: rgb(8,128,235); }

 H1.HeaderClassName
 {
   color: #0880EB;
 }
 .AnyTagClassName
 {
   color: #0880EB;
 }
</style>

background-color css

<style>
 a { background-color: #0880EB; }

 a { background-color: rgb(8,128,235); }

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

border-color css

<style>
 span { border-color: #0880EB; }

 span { border-color: rgb(8,128,235); }

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