Html Css Color HEX #0702DD Medium Blue

📋 copy color: '#0702DD'

red 7 ◦ green 2 ◦ blue 221

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

Shades of Medium Blue #0702DD

Tints of Medium Blue #0702DD

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 3.04%
G = 0.87%
B = 96.09%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0702DD (or 0x0702DD) is known color: Medium Blue. HEX triplet: 07, 02 and DD. RGB value is (7,2,221). Sum of RGB (Red+Green+Blue) = 7+2+221=230 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.04% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 221 (86.72% from 255 or 96.09% from 230); Max value from RGB is 221 - color contains mainly: blue. Hex color #0702DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0702DD is #F8FD22. Grayscale: #1B1B1B. Windows color (decimal): -16317731 or 14483975. OLE color: 14483975.

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

Color convert

RGB 7 2 221 -
CMYK 0.97 0.99 0 0.13
HSL 241.37º 0.98% 0.44% -
HSV(B) 241.37º 0.99% 0.87% -
XYZ 13.16 5.31 68.74 -
YUV 28.46 236.66 112.69 -
System Red Green Blue C M Y K H S L
Decimal 7 2 221 0.97 0.99 0 0.13 241.37 0.98 0.44
Hex 7 2 DD 61 63 0 D F1 62 2C
Octal 7 2 335 141 143 0 15 361 142 54
Binary 111 10 11011101 1100001 1100011 0 1101 11110001 1100010 101100

Color Harmonies of #0702DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0702DD

Black with #0702DD

Text Example


Text Example

White with #0702DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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