Html Css Color HEX #0E07DD Medium Blue

📋 copy color: '#0E07DD'

red 14 ◦ green 7 ◦ blue 221

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

Shades of Medium Blue #0E07DD

Tints of Medium Blue #0E07DD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.89%

 BLUE value IS 221 (86.72% from 255) = 91.32%

R = 5.79%
G = 2.89%
B = 91.32%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E07DD (or 0x0E07DD) is known color: Medium Blue. HEX triplet: 0E, 07 and DD. RGB value is (14,7,221). Sum of RGB (Red+Green+Blue) = 14+7+221=242 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.79% from 242); Green value is 7 (3.12% from 255 or 2.89% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #0E07DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E07DD is #F1F822. Grayscale: #202020. Windows color (decimal): -15857699 or 14485262. OLE color: 14485262.

HSL color Cylindrical-coordinate representation of color #0E07DD: hue angle of 241.96º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E07DD is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 14 7 221 -
CMYK 0.94 0.97 0 0.13
HSL 241.96º 0.94% 0.45% -
HSV(B) 241.96º 0.97% 0.87% -
XYZ 13.31 5.47 68.76 -
YUV 33.49 233.82 114.1 -
System Red Green Blue C M Y K H S L
Decimal 14 7 221 0.94 0.97 0 0.13 241.96 0.94 0.45
Hex E 7 DD 5E 61 0 D F2 5E 2D
Octal 16 7 335 136 141 0 15 362 136 55
Binary 1110 111 11011101 1011110 1100001 0 1101 11110010 1011110 101101

Color Harmonies of #0E07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E07DD

Black with #0E07DD

Text Example


Text Example

White with #0E07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,7,221); }

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

background-color css

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

 a { background-color: rgb(14,7,221); }

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

border-color css

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

 span { border-color: rgb(14,7,221); }

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