Html Css Color HEX #070FDD Medium Blue

📋 copy color: '#070FDD'

red 7 ◦ green 15 ◦ blue 221

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

Shades of Medium Blue #070FDD

Tints of Medium Blue #070FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.17%

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

R = 2.88%
G = 6.17%
B = 90.95%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#070FDD (or 0x070FDD) is known color: Medium Blue. HEX triplet: 07, 0F and DD. RGB value is (7,15,221). Sum of RGB (Red+Green+Blue) = 7+15+221=243 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.88% from 243); Green value is 15 (6.25% from 255 or 6.17% from 243); Blue value is 221 (86.72% from 255 or 90.95% from 243); Max value from RGB is 221 - color contains mainly: blue. Hex color #070FDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070FDD is #F8F022. Grayscale: #232323. Windows color (decimal): -16314403 or 14487303. OLE color: 14487303.

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

Color convert

RGB 7 15 221 -
CMYK 0.97 0.93 0 0.13
HSL 237.76º 0.94% 0.45% -
HSV(B) 237.76º 0.97% 0.87% -
XYZ 13.31 5.61 68.79 -
YUV 36.09 232.35 107.25 -
System Red Green Blue C M Y K H S L
Decimal 7 15 221 0.97 0.93 0 0.13 237.76 0.94 0.45
Hex 7 F DD 61 5D 0 D EE 5E 2D
Octal 7 17 335 141 135 0 15 356 136 55
Binary 111 1111 11011101 1100001 1011101 0 1101 11101110 1011110 101101

Color Harmonies of #070FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070FDD

Black with #070FDD

Text Example


Text Example

White with #070FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070FDD; }

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

 H1.HeaderClassName
 {
   color: #070FDD;
 }
 .AnyTagClassName
 {
   color: #070FDD;
 }
</style>

background-color css

<style>
 a { background-color: #070FDD; }

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

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

border-color css

<style>
 span { border-color: #070FDD; }

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

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