Html Css Color HEX #0E8EFA Dodger Blue

📋 copy color: '#0E8EFA'

red 14 ◦ green 142 ◦ blue 250

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

Shades of Dodger Blue #0E8EFA

Tints of Dodger Blue #0E8EFA

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.98%

 BLUE value IS 250 (98.05% from 255) = 61.58%

R = 3.45%
G = 34.98%
B = 61.58%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E8EFA (or 0x0E8EFA) is known color: Dodger Blue. HEX triplet: 0E, 8E and FA. RGB value is (14,142,250). Sum of RGB (Red+Green+Blue) = 14+142+250=406 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.45% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E8EFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8EFA is #F17105. Grayscale: #737373. Windows color (decimal): -15823110 or 16420366. OLE color: 16420366.

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

Color convert

RGB 14 142 250 -
CMYK 0.94 0.43 0 0.02
HSL 207.46º 0.96% 0.52% -
HSV(B) 207.46º 0.94% 0.98% -
XYZ 27.11 26.34 94.1 -
YUV 116.04 203.59 55.22 -
System Red Green Blue C M Y K H S L
Decimal 14 142 250 0.94 0.43 0 0.02 207.46 0.96 0.52
Hex E 8E FA 5E 2B 0 2 CF 60 34
Octal 16 216 372 136 53 0 2 317 140 64
Binary 1110 10001110 11111010 1011110 101011 0 10 11001111 1100000 110100

Color Harmonies of #0E8EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8EFA

Black with #0E8EFA

Text Example


Text Example

White with #0E8EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,142,250); }

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

background-color css

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

 a { background-color: rgb(14,142,250); }

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

border-color css

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

 span { border-color: rgb(14,142,250); }

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