Html Css Color HEX #0E78FE Dodger Blue

📋 copy color: '#0E78FE'

red 14 ◦ green 120 ◦ blue 254

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

Shades of Dodger Blue #0E78FE

Tints of Dodger Blue #0E78FE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 254 (99.61% from 255) = 65.46%

R = 3.61%
G = 30.93%
B = 65.46%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0E78FE (or 0x0E78FE) is known color: Dodger Blue. HEX triplet: 0E, 78 and FE. RGB value is (14,120,254). Sum of RGB (Red+Green+Blue) = 14+120+254=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 254 (99.61% from 255 or 65.46% from 388); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E78FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E78FE is #F18701. Grayscale: #666666. Windows color (decimal): -15828738 or 16676878. OLE color: 16676878.

HSL color Cylindrical-coordinate representation of color #0E78FE: hue angle of 213.5º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E78FE is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 14 120 254 -
CMYK 0.94 0.53 0 0.00
HSL 213.5º 0.99% 0.53% -
HSV(B) 213.5º 0.94% 1% -
XYZ 24.79 20.68 96.45 -
YUV 103.58 212.88 64.1 -
System Red Green Blue C M Y K H S L
Decimal 14 120 254 0.94 0.53 0 0.00 213.5 0.99 0.53
Hex E 78 FE 5E 35 0 0 D6 63 35
Octal 16 170 376 136 65 0 0 326 143 65
Binary 1110 1111000 11111110 1011110 110101 0 0 11010110 1100011 110101

Color Harmonies of #0E78FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E78FE

Black with #0E78FE

Text Example


Text Example

White with #0E78FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,120,254); }

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

background-color css

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

 a { background-color: rgb(14,120,254); }

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

border-color css

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

 span { border-color: rgb(14,120,254); }

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