Html Css Color HEX #0E8FFE Dodger Blue

📋 copy color: '#0E8FFE'

red 14 ◦ green 143 ◦ blue 254

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

Shades of Dodger Blue #0E8FFE

Tints of Dodger Blue #0E8FFE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 34.79%

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

R = 3.41%
G = 34.79%
B = 61.8%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0E8FFE (or 0x0E8FFE) is known color: Dodger Blue. HEX triplet: 0E, 8F and FE. RGB value is (14,143,254). Sum of RGB (Red+Green+Blue) = 14+143+254=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E8FFE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8FFE is #F17001. Grayscale: #747474. Windows color (decimal): -15822850 or 16682766. OLE color: 16682766.

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

Color convert

RGB 14 143 254 -
CMYK 0.94 0.44 0 0.00
HSL 207.75º 0.99% 0.53% -
HSV(B) 207.75º 0.94% 1% -
XYZ 27.89 26.89 97.49 -
YUV 117.08 205.26 54.47 -
System Red Green Blue C M Y K H S L
Decimal 14 143 254 0.94 0.44 0 0.00 207.75 0.99 0.53
Hex E 8F FE 5E 2C 0 0 D0 63 35
Octal 16 217 376 136 54 0 0 320 143 65
Binary 1110 10001111 11111110 1011110 101100 0 0 11010000 1100011 110101

Color Harmonies of #0E8FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8FFE

Black with #0E8FFE

Text Example


Text Example

White with #0E8FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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