Html Css Color HEX #0710CB Medium Blue

📋 copy color: '#0710CB'

red 7 ◦ green 16 ◦ blue 203

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

Shades of Medium Blue #0710CB

Tints of Medium Blue #0710CB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.08%

 BLUE value IS 203 (79.69% from 255) = 89.82%

R = 3.1%
G = 7.08%
B = 89.82%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0710CB (or 0x0710CB) is known color: Medium Blue. HEX triplet: 07, 10 and CB. RGB value is (7,16,203). Sum of RGB (Red+Green+Blue) = 7+16+203=226 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.10% from 226); Green value is 16 (6.64% from 255 or 7.08% from 226); Blue value is 203 (79.69% from 255 or 89.82% from 226); Max value from RGB is 203 - color contains mainly: blue. Hex color #0710CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0710CB is #F8EF34. Grayscale: #212121. Windows color (decimal): -16314165 or 13307911. OLE color: 13307911.

HSL color Cylindrical-coordinate representation of color #0710CB: hue angle of 237.24º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0710CB is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 16 203 -
CMYK 0.97 0.92 0 0.20
HSL 237.24º 0.93% 0.41% -
HSV(B) 237.24º 0.97% 0.8% -
XYZ 11.05 4.73 56.83 -
YUV 34.63 223.02 108.29 -
System Red Green Blue C M Y K H S L
Decimal 7 16 203 0.97 0.92 0 0.20 237.24 0.93 0.41
Hex 7 10 CB 61 5C 0 14 ED 5D 29
Octal 7 20 313 141 134 0 24 355 135 51
Binary 111 10000 11001011 1100001 1011100 0 10100 11101101 1011101 101001

Color Harmonies of #0710CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0710CB

Black with #0710CB

Text Example


Text Example

White with #0710CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0710CB; }

 p { color: rgb(7,16,203); }

 H1.HeaderClassName
 {
   color: #0710CB;
 }
 .AnyTagClassName
 {
   color: #0710CB;
 }
</style>

background-color css

<style>
 a { background-color: #0710CB; }

 a { background-color: rgb(7,16,203); }

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

border-color css

<style>
 span { border-color: #0710CB; }

 span { border-color: rgb(7,16,203); }

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