Html Css Color HEX #0307CD Medium Blue

📋 copy color: '#0307CD'

red 3 ◦ green 7 ◦ blue 205

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

Shades of Medium Blue #0307CD

Tints of Medium Blue #0307CD

RGB

 RED value IS 3 (1.56% from 255) = 1.4%

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

 BLUE value IS 205 (80.47% from 255) = 95.35%

R = 1.4%
G = 3.26%
B = 95.35%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0307CD (or 0x0307CD) is known color: Medium Blue. HEX triplet: 03, 07 and CD. RGB value is (3,7,205). Sum of RGB (Red+Green+Blue) = 3+7+205=215 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 205 (80.47% from 255 or 95.35% from 215); Max value from RGB is 205 - color contains mainly: blue. Hex color #0307CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0307CD is #FCF832. Grayscale: #1B1B1B. Windows color (decimal): -16578611 or 13436675. OLE color: 13436675.

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

Color convert

RGB 3 7 205 -
CMYK 0.99 0.97 0 0.20
HSL 238.81º 0.97% 0.41% -
HSV(B) 238.81º 0.99% 0.8% -
XYZ 11.13 4.58 58.05 -
YUV 28.38 227.67 109.9 -
System Red Green Blue C M Y K H S L
Decimal 3 7 205 0.99 0.97 0 0.20 238.81 0.97 0.41
Hex 3 7 CD 63 61 0 14 EF 61 29
Octal 3 7 315 143 141 0 24 357 141 51
Binary 11 111 11001101 1100011 1100001 0 10100 11101111 1100001 101001

Color Harmonies of #0307CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0307CD

Black with #0307CD

Text Example


Text Example

White with #0307CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0307CD; }

 p { color: rgb(3,7,205); }

 H1.HeaderClassName
 {
   color: #0307CD;
 }
 .AnyTagClassName
 {
   color: #0307CD;
 }
</style>

background-color css

<style>
 a { background-color: #0307CD; }

 a { background-color: rgb(3,7,205); }

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

border-color css

<style>
 span { border-color: #0307CD; }

 span { border-color: rgb(3,7,205); }

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