Html Css Color HEX #0E93FA Dodger Blue

📋 copy color: '#0E93FA'

red 14 ◦ green 147 ◦ blue 250

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

Shades of Dodger Blue #0E93FA

Tints of Dodger Blue #0E93FA

RGB

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

 GREEN value IS 147 (57.81% from 255) = 35.77%

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

R = 3.41%
G = 35.77%
B = 60.83%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E93FA (or 0x0E93FA) is known color: Dodger Blue. HEX triplet: 0E, 93 and FA. RGB value is (14,147,250). Sum of RGB (Red+Green+Blue) = 14+147+250=411 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.41% from 411); Green value is 147 (57.81% from 255 or 35.77% from 411); Blue value is 250 (98.05% from 255 or 60.83% from 411); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E93FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E93FA is #F16C05. Grayscale: #767676. Windows color (decimal): -15821830 or 16421646. OLE color: 16421646.

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

Color convert

RGB 14 147 250 -
CMYK 0.94 0.41 0 0.02
HSL 206.19º 0.96% 0.52% -
HSV(B) 206.19º 0.94% 0.98% -
XYZ 27.87 27.86 94.35 -
YUV 118.98 201.94 53.12 -
System Red Green Blue C M Y K H S L
Decimal 14 147 250 0.94 0.41 0 0.02 206.19 0.96 0.52
Hex E 93 FA 5E 29 0 2 CE 60 34
Octal 16 223 372 136 51 0 2 316 140 64
Binary 1110 10010011 11111010 1011110 101001 0 10 11001110 1100000 110100

Color Harmonies of #0E93FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E93FA

Black with #0E93FA

Text Example


Text Example

White with #0E93FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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