Html Css Color HEX #0E7AFC Dodger Blue

📋 copy color: '#0E7AFC'

red 14 ◦ green 122 ◦ blue 252

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

Shades of Dodger Blue #0E7AFC

Tints of Dodger Blue #0E7AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 64.95%

R = 3.61%
G = 31.44%
B = 64.95%

CMYK

 C value IS 0.94

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0E7AFC (or 0x0E7AFC) is known color: Dodger Blue. HEX triplet: 0E, 7A and FC. RGB value is (14,122,252). Sum of RGB (Red+Green+Blue) = 14+122+252=388 (51% of max value = 765). Red value is 14 (5.86% from 255 or 3.61% from 388); Green value is 122 (48.05% from 255 or 31.44% from 388); Blue value is 252 (98.83% from 255 or 64.95% from 388); Max value from RGB is 252 - color contains mainly: blue. Hex color #0E7AFC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E7AFC is #F18503. Grayscale: #676767. Windows color (decimal): -15828228 or 16546318. OLE color: 16546318.

HSL color Cylindrical-coordinate representation of color #0E7AFC: hue angle of 212.77º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E7AFC is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 14 122 252 -
CMYK 0.94 0.52 0 0.01
HSL 212.77º 0.98% 0.52% -
HSV(B) 212.77º 0.94% 0.99% -
XYZ 24.71 21.04 94.85 -
YUV 104.53 211.22 63.43 -
System Red Green Blue C M Y K H S L
Decimal 14 122 252 0.94 0.52 0 0.01 212.77 0.98 0.52
Hex E 7A FC 5E 34 0 1 D5 62 34
Octal 16 172 374 136 64 0 1 325 142 64
Binary 1110 1111010 11111100 1011110 110100 0 1 11010101 1100010 110100

Color Harmonies of #0E7AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7AFC

Black with #0E7AFC

Text Example


Text Example

White with #0E7AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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