Html Css Color HEX #0E97FF Dodger Blue

📋 copy color: '#0E97FF'

red 14 ◦ green 151 ◦ blue 255

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

Shades of Dodger Blue #0E97FF

Tints of Dodger Blue #0E97FF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.95%

 BLUE value IS 255 (100% from 255) = 60.71%

R = 3.33%
G = 35.95%
B = 60.71%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0E97FF (or 0x0E97FF) is known color: Dodger Blue. HEX triplet: 0E, 97 and FF. RGB value is (14,151,255). Sum of RGB (Red+Green+Blue) = 14+151+255=420 (55% of max value = 765). Red value is 14 (5.86% from 255 or 3.33% from 420); Green value is 151 (59.38% from 255 or 35.95% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E97FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E97FF is #F16800. Grayscale: #797979. Windows color (decimal): -15820801 or 16750350. OLE color: 16750350.

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

Color convert

RGB 14 151 255 -
CMYK 0.95 0.41 0 0
HSL 205.89º 1% 0.53% -
HSV(B) 205.89º 0.95% 1% -
XYZ 29.3 29.45 98.75 -
YUV 121.89 203.11 51.04 -
System Red Green Blue C M Y K H S L
Decimal 14 151 255 0.95 0.41 0 0 205.89 1 0.53
Hex E 97 FF 5F 29 0 0 CE 64 35
Octal 16 227 377 137 51 0 0 316 144 65
Binary 1110 10010111 11111111 1011111 101001 0 0 11001110 1100100 110101

Color Harmonies of #0E97FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E97FF

Black with #0E97FF

Text Example


Text Example

White with #0E97FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,151,255); }

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

background-color css

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

 a { background-color: rgb(14,151,255); }

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

border-color css

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

 span { border-color: rgb(14,151,255); }

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