Html Css Color HEX #0E96FA Dodger Blue

📋 copy color: '#0E96FA'

red 14 ◦ green 150 ◦ blue 250

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

Shades of Dodger Blue #0E96FA

Tints of Dodger Blue #0E96FA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.23%

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

R = 3.38%
G = 36.23%
B = 60.39%

CMYK

 C value IS 0.94

 M value IS 0.4

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E96FA (or 0x0E96FA) is known color: Dodger Blue. HEX triplet: 0E, 96 and FA. RGB value is (14,150,250). Sum of RGB (Red+Green+Blue) = 14+150+250=414 (54% of max value = 765). Red value is 14 (5.86% from 255 or 3.38% from 414); Green value is 150 (58.98% from 255 or 36.23% from 414); Blue value is 250 (98.05% from 255 or 60.39% from 414); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E96FA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E96FA is #F16905. Grayscale: #787878. Windows color (decimal): -15821062 or 16422414. OLE color: 16422414.

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

Color convert

RGB 14 150 250 -
CMYK 0.94 0.4 0 0.02
HSL 205.42º 0.96% 0.52% -
HSV(B) 205.42º 0.94% 0.98% -
XYZ 28.34 28.81 94.51 -
YUV 120.74 200.94 51.87 -
System Red Green Blue C M Y K H S L
Decimal 14 150 250 0.94 0.4 0 0.02 205.42 0.96 0.52
Hex E 96 FA 5E 28 0 2 CD 60 34
Octal 16 226 372 136 50 0 2 315 140 64
Binary 1110 10010110 11111010 1011110 101000 0 10 11001101 1100000 110100

Color Harmonies of #0E96FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E96FA

Black with #0E96FA

Text Example


Text Example

White with #0E96FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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