Html Css Color HEX #0700DD Medium Blue

📋 copy color: '#0700DD'

red 7 ◦ green 0 ◦ blue 221

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

Shades of Medium Blue #0700DD

Tints of Medium Blue #0700DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 3.07%
G = 0%
B = 96.93%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0700DD (or 0x0700DD) is known color: Medium Blue. HEX triplet: 07, 00 and DD. RGB value is (7,0,221). Sum of RGB (Red+Green+Blue) = 7+0+221=228 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.07% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 221 (86.72% from 255 or 96.93% from 228); Max value from RGB is 221 - color contains mainly: blue. Hex color #0700DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700DD is #F8FF22. Grayscale: #1A1A1A. Windows color (decimal): -16318243 or 14483463. OLE color: 14483463.

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

Color convert

RGB 7 0 221 -
CMYK 0.97 1 0 0.13
HSL 241.9º 1% 0.43% -
HSV(B) 241.9º 1% 0.87% -
XYZ 13.14 5.27 68.73 -
YUV 27.29 237.32 113.53 -
System Red Green Blue C M Y K H S L
Decimal 7 0 221 0.97 1 0 0.13 241.9 1 0.43
Hex 7 0 DD 61 64 0 D F2 64 2B
Octal 7 0 335 141 144 0 15 362 144 53
Binary 111 0 11011101 1100001 1100100 0 1101 11110010 1100100 101011

Color Harmonies of #0700DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0700DD

Black with #0700DD

Text Example


Text Example

White with #0700DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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