Html Css Color HEX #0E7AFA Dodger Blue

📋 copy color: '#0E7AFA'

red 14 ◦ green 122 ◦ blue 250

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

Shades of Dodger Blue #0E7AFA

Tints of Dodger Blue #0E7AFA

RGB

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

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

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

R = 3.63%
G = 31.61%
B = 64.77%

CMYK

 C value IS 0.94

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0E7AFA (or 0x0E7AFA) is known color: Dodger Blue. HEX triplet: 0E, 7A and FA. RGB value is (14,122,250). Sum of RGB (Red+Green+Blue) = 14+122+250=386 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.63% from 386); Green value is 122 (48.05% from 255 or 31.61% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #0E7AFA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7AFA is #F18505. Grayscale: #676767. Windows color (decimal): -15828230 or 16415246. OLE color: 16415246.

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

Color convert

RGB 14 122 250 -
CMYK 0.94 0.51 0 0.02
HSL 212.54º 0.96% 0.52% -
HSV(B) 212.54º 0.94% 0.98% -
XYZ 24.4 20.91 93.19 -
YUV 104.3 210.22 63.59 -
System Red Green Blue C M Y K H S L
Decimal 14 122 250 0.94 0.51 0 0.02 212.54 0.96 0.52
Hex E 7A FA 5E 33 0 2 D5 60 34
Octal 16 172 372 136 63 0 2 325 140 64
Binary 1110 1111010 11111010 1011110 110011 0 10 11010101 1100000 110100

Color Harmonies of #0E7AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7AFA

Black with #0E7AFA

Text Example


Text Example

White with #0E7AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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