Html Css Color HEX #0E8FFA Dodger Blue

📋 copy color: '#0E8FFA'

red 14 ◦ green 143 ◦ blue 250

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

Shades of Dodger Blue #0E8FFA

Tints of Dodger Blue #0E8FFA

RGB

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

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

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

R = 3.44%
G = 35.14%
B = 61.43%

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

#0E8FFA (or 0x0E8FFA) is known color: Dodger Blue. HEX triplet: 0E, 8F and FA. RGB value is (14,143,250). Sum of RGB (Red+Green+Blue) = 14+143+250=407 (53% of max value = 765). Red value is 14 (5.86% from 255 or 3.44% from 407); Green value is 143 (56.25% from 255 or 35.14% from 407); Blue value is 250 (98.05% from 255 or 61.43% from 407); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E8FFA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0E8FFA is #F17005. Grayscale: #747474. Windows color (decimal): -15822854 or 16420622. OLE color: 16420622.

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

Color convert

RGB 14 143 250 -
CMYK 0.94 0.43 0 0.02
HSL 207.2º 0.96% 0.52% -
HSV(B) 207.2º 0.94% 0.98% -
XYZ 27.26 26.64 94.15 -
YUV 116.63 203.26 54.8 -
System Red Green Blue C M Y K H S L
Decimal 14 143 250 0.94 0.43 0 0.02 207.2 0.96 0.52
Hex E 8F FA 5E 2B 0 2 CF 60 34
Octal 16 217 372 136 53 0 2 317 140 64
Binary 1110 10001111 11111010 1011110 101011 0 10 11001111 1100000 110100

Color Harmonies of #0E8FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E8FFA

Black with #0E8FFA

Text Example


Text Example

White with #0E8FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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