Html Css Color HEX #0E6DFD Dodger Blue

📋 copy color: '#0E6DFD'

red 14 ◦ green 109 ◦ blue 253

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

Shades of Dodger Blue #0E6DFD

Tints of Dodger Blue #0E6DFD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.99%

 BLUE value IS 253 (99.22% from 255) = 67.29%

R = 3.72%
G = 28.99%
B = 67.29%

CMYK

 C value IS 0.94

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0E6DFD (or 0x0E6DFD) is known color: Dodger Blue. HEX triplet: 0E, 6D and FD. RGB value is (14,109,253). Sum of RGB (Red+Green+Blue) = 14+109+253=376 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.72% from 376); Green value is 109 (42.97% from 255 or 28.99% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E6DFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6DFD is #F19202. Grayscale: #606060. Windows color (decimal): -15831555 or 16608526. OLE color: 16608526.

HSL color Cylindrical-coordinate representation of color #0E6DFD: hue angle of 216.15º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6DFD is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 109 253 -
CMYK 0.94 0.57 0 0.01
HSL 216.15º 0.98% 0.52% -
HSV(B) 216.15º 0.94% 0.99% -
XYZ 23.38 18.12 95.19 -
YUV 97.01 216.03 68.79 -
System Red Green Blue C M Y K H S L
Decimal 14 109 253 0.94 0.57 0 0.01 216.15 0.98 0.52
Hex E 6D FD 5E 39 0 1 D8 62 34
Octal 16 155 375 136 71 0 1 330 142 64
Binary 1110 1101101 11111101 1011110 111001 0 1 11011000 1100010 110100

Color Harmonies of #0E6DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6DFD

Black with #0E6DFD

Text Example


Text Example

White with #0E6DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,109,253); }

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

background-color css

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

 a { background-color: rgb(14,109,253); }

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

border-color css

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

 span { border-color: rgb(14,109,253); }

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