Html Css Color HEX #0314BD Medium Blue

📋 copy color: '#0314BD'

red 3 ◦ green 20 ◦ blue 189

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

Shades of Medium Blue #0314BD

Tints of Medium Blue #0314BD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 9.43%

 BLUE value IS 189 (74.22% from 255) = 89.15%

R = 1.42%
G = 9.43%
B = 89.15%

CMYK

 C value IS 0.98

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0314BD (or 0x0314BD) is known color: Medium Blue. HEX triplet: 03, 14 and BD. RGB value is (3,20,189). Sum of RGB (Red+Green+Blue) = 3+20+189=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 20 (8.20% from 255 or 9.43% from 212); Blue value is 189 (74.22% from 255 or 89.15% from 212); Max value from RGB is 189 - color contains mainly: blue. Hex color #0314BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0314BD is #FCEB42. Grayscale: #212121. Windows color (decimal): -16575299 or 12391427. OLE color: 12391427.

HSL color Cylindrical-coordinate representation of color #0314BD: hue angle of 234.52º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0314BD is Cyan = 0.98, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 20 189 -
CMYK 0.98 0.89 0 0.26
HSL 234.52º 0.97% 0.38% -
HSV(B) 234.52º 0.98% 0.74% -
XYZ 9.47 4.19 48.45 -
YUV 34.18 215.37 105.76 -
System Red Green Blue C M Y K H S L
Decimal 3 20 189 0.98 0.89 0 0.26 234.52 0.97 0.38
Hex 3 14 BD 62 59 0 1A EB 61 26
Octal 3 24 275 142 131 0 32 353 141 46
Binary 11 10100 10111101 1100010 1011001 0 11010 11101011 1100001 100110

Color Harmonies of #0314BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0314BD

Black with #0314BD

Text Example


Text Example

White with #0314BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0314BD; }

 p { color: rgb(3,20,189); }

 H1.HeaderClassName
 {
   color: #0314BD;
 }
 .AnyTagClassName
 {
   color: #0314BD;
 }
</style>

background-color css

<style>
 a { background-color: #0314BD; }

 a { background-color: rgb(3,20,189); }

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

border-color css

<style>
 span { border-color: #0314BD; }

 span { border-color: rgb(3,20,189); }

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