Html Css Color HEX #0E7AEA Dodger Blue

📋 copy color: '#0E7AEA'

red 14 ◦ green 122 ◦ blue 234

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

Shades of Dodger Blue #0E7AEA

Tints of Dodger Blue #0E7AEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 63.24%

R = 3.78%
G = 32.97%
B = 63.24%

CMYK

 C value IS 0.94

 M value IS 0.48

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0E7AEA (or 0x0E7AEA) is known color: Dodger Blue. HEX triplet: 0E, 7A and EA. RGB value is (14,122,234). Sum of RGB (Red+Green+Blue) = 14+122+234=370 (49% of max value = 765). Red value is 14 (5.86% from 255 or 3.78% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 234 (91.80% from 255 or 63.24% from 370); Max value from RGB is 234 - color contains mainly: blue. Hex color #0E7AEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7AEA is #F18515. Grayscale: #656565. Windows color (decimal): -15828246 or 15366670. OLE color: 15366670.

HSL color Cylindrical-coordinate representation of color #0E7AEA: hue angle of 210.55º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7AEA is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 14 122 234 -
CMYK 0.94 0.48 0 0.08
HSL 210.55º 0.89% 0.49% -
HSV(B) 210.55º 0.94% 0.92% -
XYZ 21.99 19.95 80.53 -
YUV 102.48 202.22 64.89 -
System Red Green Blue C M Y K H S L
Decimal 14 122 234 0.94 0.48 0 0.08 210.55 0.89 0.49
Hex E 7A EA 5E 30 0 8 D3 59 31
Octal 16 172 352 136 60 0 10 323 131 61
Binary 1110 1111010 11101010 1011110 110000 0 1000 11010011 1011001 110001

Color Harmonies of #0E7AEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7AEA

Black with #0E7AEA

Text Example


Text Example

White with #0E7AEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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