Html Css Color HEX #0E84DF Dodger Blue

📋 copy color: '#0E84DF'

red 14 ◦ green 132 ◦ blue 223

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

Shades of Dodger Blue #0E84DF

Tints of Dodger Blue #0E84DF

RGB

 RED value IS 14 (5.86% from 255) = 3.79%

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

 BLUE value IS 223 (87.5% from 255) = 60.43%

R = 3.79%
G = 35.77%
B = 60.43%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E84DF (or 0x0E84DF) is known color: Dodger Blue. HEX triplet: 0E, 84 and DF. RGB value is (14,132,223). Sum of RGB (Red+Green+Blue) = 14+132+223=369 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.79% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 223 (87.5% from 255 or 60.43% from 369); Max value from RGB is 223 - color contains mainly: blue. Hex color #0E84DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E84DF is #F17B20. Grayscale: #6A6A6A. Windows color (decimal): -15825697 or 14648334. OLE color: 14648334.

HSL color Cylindrical-coordinate representation of color #0E84DF: hue angle of 206.12º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E84DF is Cyan = 0.94, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 132 223 -
CMYK 0.94 0.41 0 0.13
HSL 206.12º 0.88% 0.46% -
HSV(B) 206.12º 0.94% 0.87% -
XYZ 21.75 21.92 72.9 -
YUV 107.09 193.41 61.6 -
System Red Green Blue C M Y K H S L
Decimal 14 132 223 0.94 0.41 0 0.13 206.12 0.88 0.46
Hex E 84 DF 5E 29 0 D CE 58 2E
Octal 16 204 337 136 51 0 15 316 130 56
Binary 1110 10000100 11011111 1011110 101001 0 1101 11001110 1011000 101110

Color Harmonies of #0E84DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E84DF

Black with #0E84DF

Text Example


Text Example

White with #0E84DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E84DF; }

 p { color: rgb(14,132,223); }

 H1.HeaderClassName
 {
   color: #0E84DF;
 }
 .AnyTagClassName
 {
   color: #0E84DF;
 }
</style>

background-color css

<style>
 a { background-color: #0E84DF; }

 a { background-color: rgb(14,132,223); }

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

border-color css

<style>
 span { border-color: #0E84DF; }

 span { border-color: rgb(14,132,223); }

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