Html Css Color HEX #0E7AFE Dodger Blue

📋 copy color: '#0E7AFE'

red 14 ◦ green 122 ◦ blue 254

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

Shades of Dodger Blue #0E7AFE

Tints of Dodger Blue #0E7AFE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 31.28%

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

R = 3.59%
G = 31.28%
B = 65.13%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0E7AFE (or 0x0E7AFE) is known color: Dodger Blue. HEX triplet: 0E, 7A and FE. RGB value is (14,122,254). Sum of RGB (Red+Green+Blue) = 14+122+254=390 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.59% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 254 (99.61% from 255 or 65.13% from 390); Max value from RGB is 254 - color contains mainly: blue. Hex color #0E7AFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7AFE is #F18501. Grayscale: #686868. Windows color (decimal): -15828226 or 16677390. OLE color: 16677390.

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

Color convert

RGB 14 122 254 -
CMYK 0.94 0.52 0 0.00
HSL 213º 0.99% 0.53% -
HSV(B) 213º 0.94% 1% -
XYZ 25.03 21.17 96.53 -
YUV 104.76 212.22 63.27 -
System Red Green Blue C M Y K H S L
Decimal 14 122 254 0.94 0.52 0 0.00 213 0.99 0.53
Hex E 7A FE 5E 34 0 0 D5 63 35
Octal 16 172 376 136 64 0 0 325 143 65
Binary 1110 1111010 11111110 1011110 110100 0 0 11010101 1100011 110101

Color Harmonies of #0E7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7AFE

Black with #0E7AFE

Text Example


Text Example

White with #0E7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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