Html Css Color HEX #070BCB Medium Blue

📋 copy color: '#070BCB'

red 7 ◦ green 11 ◦ blue 203

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

Shades of Medium Blue #070BCB

Tints of Medium Blue #070BCB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.98%

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

R = 3.17%
G = 4.98%
B = 91.86%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#070BCB (or 0x070BCB) is known color: Medium Blue. HEX triplet: 07, 0B and CB. RGB value is (7,11,203). Sum of RGB (Red+Green+Blue) = 7+11+203=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 203 (79.69% from 255 or 91.86% from 221); Max value from RGB is 203 - color contains mainly: blue. Hex color #070BCB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #070BCB is #F8F434. Grayscale: #1E1E1E. Windows color (decimal): -16315445 or 13306631. OLE color: 13306631.

HSL color Cylindrical-coordinate representation of color #070BCB: hue angle of 238.78º 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 #070BCB is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 11 203 -
CMYK 0.97 0.95 0 0.20
HSL 238.78º 0.93% 0.41% -
HSV(B) 238.78º 0.97% 0.8% -
XYZ 10.99 4.6 56.81 -
YUV 31.69 224.67 110.39 -
System Red Green Blue C M Y K H S L
Decimal 7 11 203 0.97 0.95 0 0.20 238.78 0.93 0.41
Hex 7 B CB 61 5F 0 14 EF 5D 29
Octal 7 13 313 141 137 0 24 357 135 51
Binary 111 1011 11001011 1100001 1011111 0 10100 11101111 1011101 101001

Color Harmonies of #070BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070BCB

Black with #070BCB

Text Example


Text Example

White with #070BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070BCB; }

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

 H1.HeaderClassName
 {
   color: #070BCB;
 }
 .AnyTagClassName
 {
   color: #070BCB;
 }
</style>

background-color css

<style>
 a { background-color: #070BCB; }

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

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

border-color css

<style>
 span { border-color: #070BCB; }

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

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