Html Css Color HEX #0217BC Medium Blue

📋 copy color: '#0217BC'

red 2 ◦ green 23 ◦ blue 188

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

Shades of Medium Blue #0217BC

Tints of Medium Blue #0217BC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10.8%

 BLUE value IS 188 (73.83% from 255) = 88.26%

R = 0.94%
G = 10.8%
B = 88.26%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0217BC (or 0x0217BC) is known color: Medium Blue. HEX triplet: 02, 17 and BC. RGB value is (2,23,188). Sum of RGB (Red+Green+Blue) = 2+23+188=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 23 (9.38% from 255 or 10.80% from 213); Blue value is 188 (73.83% from 255 or 88.26% from 213); Max value from RGB is 188 - color contains mainly: blue. Hex color #0217BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0217BC is #FDE843. Grayscale: #222222. Windows color (decimal): -16640068 or 12326658. OLE color: 12326658.

HSL color Cylindrical-coordinate representation of color #0217BC: hue angle of 233.23º 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 #0217BC is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 2 23 188 -
CMYK 0.99 0.88 0 0.26
HSL 233.23º 0.98% 0.37% -
HSV(B) 233.23º 0.99% 0.74% -
XYZ 9.41 4.26 47.9 -
YUV 35.53 214.04 104.08 -
System Red Green Blue C M Y K H S L
Decimal 2 23 188 0.99 0.88 0 0.26 233.23 0.98 0.37
Hex 2 17 BC 63 58 0 1A E9 62 25
Octal 2 27 274 143 130 0 32 351 142 45
Binary 10 10111 10111100 1100011 1011000 0 11010 11101001 1100010 100101

Color Harmonies of #0217BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0217BC

Black with #0217BC

Text Example


Text Example

White with #0217BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0217BC; }

 p { color: rgb(2,23,188); }

 H1.HeaderClassName
 {
   color: #0217BC;
 }
 .AnyTagClassName
 {
   color: #0217BC;
 }
</style>

background-color css

<style>
 a { background-color: #0217BC; }

 a { background-color: rgb(2,23,188); }

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

border-color css

<style>
 span { border-color: #0217BC; }

 span { border-color: rgb(2,23,188); }

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