Html Css Color HEX #0007DD Medium Blue

📋 copy color: '#0007DD'

red 0 ◦ green 7 ◦ blue 221

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

Shades of Medium Blue #0007DD

Tints of Medium Blue #0007DD

RGB

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

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

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

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

CMYK

 C value IS 1

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0007DD (or 0x0007DD) is known color: Medium Blue. HEX triplet: 00, 07 and DD. RGB value is (0,7,221). Sum of RGB (Red+Green+Blue) = 0+7+221=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 7 (3.12% from 255 or 3.07% 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 #0007DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0007DD is #FFF822. Grayscale: #1C1C1C. Windows color (decimal): -16775203 or 14485248. OLE color: 14485248.

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

Color convert

RGB 0 7 221 -
CMYK 1 0.97 0 0.13
HSL 238.1º 1% 0.43% -
HSV(B) 238.1º 1% 0.87% -
XYZ 13.13 5.37 68.75 -
YUV 29.3 236.18 107.1 -
System Red Green Blue C M Y K H S L
Decimal 0 7 221 1 0.97 0 0.13 238.1 1 0.43
Hex 0 7 DD 64 61 0 D EE 64 2B
Octal 0 7 335 144 141 0 15 356 144 53
Binary 0 111 11011101 1100100 1100001 0 1101 11101110 1100100 101011

Color Harmonies of #0007DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0007DD

Black with #0007DD

Text Example


Text Example

White with #0007DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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