Html Css Color HEX #0884EF Dodger Blue

📋 copy color: '#0884EF'

red 8 ◦ green 132 ◦ blue 239

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

Shades of Dodger Blue #0884EF

Tints of Dodger Blue #0884EF

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.83%

 BLUE value IS 239 (93.75% from 255) = 63.06%

R = 2.11%
G = 34.83%
B = 63.06%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0884EF (or 0x0884EF) is known color: Dodger Blue. HEX triplet: 08, 84 and EF. RGB value is (8,132,239). Sum of RGB (Red+Green+Blue) = 8+132+239=379 (50% of max value = 765). Red value is 8 (3.52% from 255 or 2.11% from 379); Green value is 132 (51.95% from 255 or 34.83% from 379); Blue value is 239 (93.75% from 255 or 63.06% from 379); Max value from RGB is 239 - color contains mainly: blue. Hex color #0884EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0884EF is #F77B10. Grayscale: #6A6A6A. Windows color (decimal): -16218897 or 15696904. OLE color: 15696904.

HSL color Cylindrical-coordinate representation of color #0884EF: hue angle of 207.79º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0884EF is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 8 132 239 -
CMYK 0.97 0.45 0 0.06
HSL 207.79º 0.94% 0.48% -
HSV(B) 207.79º 0.97% 0.94% -
XYZ 23.93 22.79 84.8 -
YUV 107.12 202.42 57.3 -
System Red Green Blue C M Y K H S L
Decimal 8 132 239 0.97 0.45 0 0.06 207.79 0.94 0.48
Hex 8 84 EF 61 2D 0 6 D0 5E 30
Octal 10 204 357 141 55 0 6 320 136 60
Binary 1000 10000100 11101111 1100001 101101 0 110 11010000 1011110 110000

Color Harmonies of #0884EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0884EF

Black with #0884EF

Text Example


Text Example

White with #0884EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0884EF; }

 p { color: rgb(8,132,239); }

 H1.HeaderClassName
 {
   color: #0884EF;
 }
 .AnyTagClassName
 {
   color: #0884EF;
 }
</style>

background-color css

<style>
 a { background-color: #0884EF; }

 a { background-color: rgb(8,132,239); }

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

border-color css

<style>
 span { border-color: #0884EF; }

 span { border-color: rgb(8,132,239); }

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