Html Css Color HEX #0700CA Medium Blue

📋 copy color: '#0700CA'

red 7 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #0700CA

Tints of Medium Blue #0700CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 96.65%

R = 3.35%
G = 0%
B = 96.65%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0700CA (or 0x0700CA) is known color: Medium Blue. HEX triplet: 07, 00 and CA. RGB value is (7,0,202). Sum of RGB (Red+Green+Blue) = 7+0+202=209 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.35% from 209); Green value is 0 (0.39% from 255 or 0% from 209); Blue value is 202 (79.30% from 255 or 96.65% from 209); Max value from RGB is 202 - color contains mainly: blue. Hex color #0700CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0700CA is #F8FF35. Grayscale: #181818. Windows color (decimal): -16318262 or 13238279. OLE color: 13238279.

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

Color convert

RGB 7 0 202 -
CMYK 0.97 1 0 0.21
HSL 242.08º 1% 0.4% -
HSV(B) 242.08º 1% 0.79% -
XYZ 10.75 4.31 56.14 -
YUV 25.12 227.82 115.07 -
System Red Green Blue C M Y K H S L
Decimal 7 0 202 0.97 1 0 0.21 242.08 1 0.4
Hex 7 0 CA 61 64 0 15 F2 64 28
Octal 7 0 312 141 144 0 25 362 144 50
Binary 111 0 11001010 1100001 1100100 0 10101 11110010 1100100 101000

Color Harmonies of #0700CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0700CA

Black with #0700CA

Text Example


Text Example

White with #0700CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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