Html Css Color HEX #0E68FD Dodger Blue

📋 copy color: '#0E68FD'

red 14 ◦ green 104 ◦ blue 253

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

Shades of Dodger Blue #0E68FD

Tints of Dodger Blue #0E68FD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.03%

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

R = 3.77%
G = 28.03%
B = 68.19%

CMYK

 C value IS 0.94

 M value IS 0.59

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0E68FD (or 0x0E68FD) is known color: Dodger Blue. HEX triplet: 0E, 68 and FD. RGB value is (14,104,253). Sum of RGB (Red+Green+Blue) = 14+104+253=371 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.77% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 253 (99.22% from 255 or 68.19% from 371); Max value from RGB is 253 - color contains mainly: blue. Hex color #0E68FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E68FD is #F19702. Grayscale: #5D5D5D. Windows color (decimal): -15832835 or 16607246. OLE color: 16607246.

HSL color Cylindrical-coordinate representation of color #0E68FD: hue angle of 217.41º 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 #0E68FD is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 104 253 -
CMYK 0.94 0.59 0 0.01
HSL 217.41º 0.98% 0.52% -
HSV(B) 217.41º 0.94% 0.99% -
XYZ 22.86 17.09 95.02 -
YUV 94.08 217.68 70.88 -
System Red Green Blue C M Y K H S L
Decimal 14 104 253 0.94 0.59 0 0.01 217.41 0.98 0.52
Hex E 68 FD 5E 3B 0 1 D9 62 34
Octal 16 150 375 136 73 0 1 331 142 64
Binary 1110 1101000 11111101 1011110 111011 0 1 11011001 1100010 110100

Color Harmonies of #0E68FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E68FD

Black with #0E68FD

Text Example


Text Example

White with #0E68FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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