Html Css Color HEX #0214BD Medium Blue

📋 copy color: '#0214BD'

red 2 ◦ green 20 ◦ blue 189

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

Shades of Medium Blue #0214BD

Tints of Medium Blue #0214BD

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

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

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

R = 0.95%
G = 9.48%
B = 89.57%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0214BD (or 0x0214BD) is known color: Medium Blue. HEX triplet: 02, 14 and BD. RGB value is (2,20,189). Sum of RGB (Red+Green+Blue) = 2+20+189=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 189 (74.22% from 255 or 89.57% from 211); Max value from RGB is 189 - color contains mainly: blue. Hex color #0214BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0214BD is #FDEB42. Grayscale: #212121. Windows color (decimal): -16640835 or 12391426. OLE color: 12391426.

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

Color convert

RGB 2 20 189 -
CMYK 0.99 0.89 0 0.26
HSL 234.22º 0.98% 0.37% -
HSV(B) 234.22º 0.99% 0.74% -
XYZ 9.46 4.19 48.45 -
YUV 33.88 215.54 105.26 -
System Red Green Blue C M Y K H S L
Decimal 2 20 189 0.99 0.89 0 0.26 234.22 0.98 0.37
Hex 2 14 BD 63 59 0 1A EA 62 25
Octal 2 24 275 143 131 0 32 352 142 45
Binary 10 10100 10111101 1100011 1011001 0 11010 11101010 1100010 100101

Color Harmonies of #0214BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0214BD

Black with #0214BD

Text Example


Text Example

White with #0214BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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