Html Css Color HEX #0E7EFF Dodger Blue

📋 copy color: '#0E7EFF'

red 14 ◦ green 126 ◦ blue 255

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

Shades of Dodger Blue #0E7EFF

Tints of Dodger Blue #0E7EFF

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.9%

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

R = 3.54%
G = 31.9%
B = 64.56%

CMYK

 C value IS 0.95

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0E7EFF (or 0x0E7EFF) is known color: Dodger Blue. HEX triplet: 0E, 7E and FF. RGB value is (14,126,255). Sum of RGB (Red+Green+Blue) = 14+126+255=395 (52% of max value = 765). Red value is 14 (5.86% from 255 or 3.54% from 395); Green value is 126 (49.61% from 255 or 31.90% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #0E7EFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7EFF is #F18100. Grayscale: #6A6A6A. Windows color (decimal): -15827201 or 16743950. OLE color: 16743950.

HSL color Cylindrical-coordinate representation of color #0E7EFF: hue angle of 212.12º 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 #0E7EFF is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 14 126 255 -
CMYK 0.95 0.51 0 0
HSL 212.12º 1% 0.53% -
HSV(B) 212.12º 0.95% 1% -
XYZ 25.69 22.24 97.55 -
YUV 107.22 211.39 61.51 -
System Red Green Blue C M Y K H S L
Decimal 14 126 255 0.95 0.51 0 0 212.12 1 0.53
Hex E 7E FF 5F 33 0 0 D4 64 35
Octal 16 176 377 137 63 0 0 324 144 65
Binary 1110 1111110 11111111 1011111 110011 0 0 11010100 1100100 110101

Color Harmonies of #0E7EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7EFF

Black with #0E7EFF

Text Example


Text Example

White with #0E7EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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