Html Css Color HEX #0714DD Medium Blue

📋 copy color: '#0714DD'

red 7 ◦ green 20 ◦ blue 221

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

Shades of Medium Blue #0714DD

Tints of Medium Blue #0714DD

RGB

 RED value IS 7 (3.13% from 255) = 2.82%

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 2.82%
G = 8.06%
B = 89.11%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0714DD (or 0x0714DD) is known color: Medium Blue. HEX triplet: 07, 14 and DD. RGB value is (7,20,221). Sum of RGB (Red+Green+Blue) = 7+20+221=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 221 (86.72% from 255 or 89.11% from 248); Max value from RGB is 221 - color contains mainly: blue. Hex color #0714DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0714DD is #F8EB22. Grayscale: #262626. Windows color (decimal): -16313123 or 14488583. OLE color: 14488583.

HSL color Cylindrical-coordinate representation of color #0714DD: hue angle of 236.36º 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 #0714DD is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 20 221 -
CMYK 0.97 0.91 0 0.13
HSL 236.36º 0.94% 0.45% -
HSV(B) 236.36º 0.97% 0.87% -
XYZ 13.39 5.77 68.81 -
YUV 39.03 230.69 105.16 -
System Red Green Blue C M Y K H S L
Decimal 7 20 221 0.97 0.91 0 0.13 236.36 0.94 0.45
Hex 7 14 DD 61 5B 0 D EC 5E 2D
Octal 7 24 335 141 133 0 15 354 136 55
Binary 111 10100 11011101 1100001 1011011 0 1101 11101100 1011110 101101

Color Harmonies of #0714DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0714DD

Black with #0714DD

Text Example


Text Example

White with #0714DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0714DD; }

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

 H1.HeaderClassName
 {
   color: #0714DD;
 }
 .AnyTagClassName
 {
   color: #0714DD;
 }
</style>

background-color css

<style>
 a { background-color: #0714DD; }

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

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

border-color css

<style>
 span { border-color: #0714DD; }

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

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