Html Css Color HEX #070CDD Medium Blue

📋 copy color: '#070CDD'

red 7 ◦ green 12 ◦ blue 221

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

Shades of Medium Blue #070CDD

Tints of Medium Blue #070CDD

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5%

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

R = 2.92%
G = 5%
B = 92.08%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#070CDD (or 0x070CDD) is known color: Medium Blue. HEX triplet: 07, 0C and DD. RGB value is (7,12,221). Sum of RGB (Red+Green+Blue) = 7+12+221=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 12 (5.08% from 255 or 5% from 240); Blue value is 221 (86.72% from 255 or 92.08% from 240); Max value from RGB is 221 - color contains mainly: blue. Hex color #070CDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070CDD is #F8F322. Grayscale: #212121. Windows color (decimal): -16315171 or 14486535. OLE color: 14486535.

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

Color convert

RGB 7 12 221 -
CMYK 0.97 0.95 0 0.13
HSL 238.6º 0.94% 0.45% -
HSV(B) 238.6º 0.97% 0.87% -
XYZ 13.27 5.53 68.77 -
YUV 34.33 233.34 108.51 -
System Red Green Blue C M Y K H S L
Decimal 7 12 221 0.97 0.95 0 0.13 238.6 0.94 0.45
Hex 7 C DD 61 5F 0 D EF 5E 2D
Octal 7 14 335 141 137 0 15 357 136 55
Binary 111 1100 11011101 1100001 1011111 0 1101 11101111 1011110 101101

Color Harmonies of #070CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070CDD

Black with #070CDD

Text Example


Text Example

White with #070CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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