Html Css Color HEX #071CDD Medium Blue

📋 copy color: '#071CDD'

red 7 ◦ green 28 ◦ blue 221

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

Shades of Medium Blue #071CDD

Tints of Medium Blue #071CDD

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.94%

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

R = 2.73%
G = 10.94%
B = 86.33%

CMYK

 C value IS 0.97

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#071CDD (or 0x071CDD) is known color: Medium Blue. HEX triplet: 07, 1C and DD. RGB value is (7,28,221). Sum of RGB (Red+Green+Blue) = 7+28+221=256 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.73% from 256); Green value is 28 (11.33% from 255 or 10.94% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #071CDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #071CDD is #F8E322. Grayscale: #2A2A2A. Windows color (decimal): -16311075 or 14490631. OLE color: 14490631.

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

Color convert

RGB 7 28 221 -
CMYK 0.97 0.87 0 0.13
HSL 234.11º 0.94% 0.45% -
HSV(B) 234.11º 0.97% 0.87% -
XYZ 13.55 6.1 68.87 -
YUV 43.72 228.04 101.81 -
System Red Green Blue C M Y K H S L
Decimal 7 28 221 0.97 0.87 0 0.13 234.11 0.94 0.45
Hex 7 1C DD 61 57 0 D EA 5E 2D
Octal 7 34 335 141 127 0 15 352 136 55
Binary 111 11100 11011101 1100001 1010111 0 1101 11101010 1011110 101101

Color Harmonies of #071CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071CDD

Black with #071CDD

Text Example


Text Example

White with #071CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071CDD; }

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

 H1.HeaderClassName
 {
   color: #071CDD;
 }
 .AnyTagClassName
 {
   color: #071CDD;
 }
</style>

background-color css

<style>
 a { background-color: #071CDD; }

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

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

border-color css

<style>
 span { border-color: #071CDD; }

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

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