Html Css Color HEX #020FBF Medium Blue

📋 copy color: '#020FBF'

red 2 ◦ green 15 ◦ blue 191

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

Shades of Medium Blue #020FBF

Tints of Medium Blue #020FBF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.21%

 BLUE value IS 191 (75% from 255) = 91.83%

R = 0.96%
G = 7.21%
B = 91.83%

CMYK

 C value IS 0.99

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#020FBF (or 0x020FBF) is known color: Medium Blue. HEX triplet: 02, 0F and BF. RGB value is (2,15,191). Sum of RGB (Red+Green+Blue) = 2+15+191=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 15 (6.25% from 255 or 7.21% from 208); Blue value is 191 (75% from 255 or 91.83% from 208); Max value from RGB is 191 - color contains mainly: blue. Hex color #020FBF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FBF is #FDF040. Grayscale: #1E1E1E. Windows color (decimal): -16642113 or 12521218. OLE color: 12521218.

HSL color Cylindrical-coordinate representation of color #020FBF: hue angle of 235.87º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020FBF is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 15 191 -
CMYK 0.99 0.92 0 0.25
HSL 235.87º 0.98% 0.38% -
HSV(B) 235.87º 0.99% 0.75% -
XYZ 9.6 4.12 49.58 -
YUV 31.18 218.19 107.19 -
System Red Green Blue C M Y K H S L
Decimal 2 15 191 0.99 0.92 0 0.25 235.87 0.98 0.38
Hex 2 F BF 63 5C 0 19 EC 62 26
Octal 2 17 277 143 134 0 31 354 142 46
Binary 10 1111 10111111 1100011 1011100 0 11001 11101100 1100010 100110

Color Harmonies of #020FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FBF

Black with #020FBF

Text Example


Text Example

White with #020FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020FBF; }

 p { color: rgb(2,15,191); }

 H1.HeaderClassName
 {
   color: #020FBF;
 }
 .AnyTagClassName
 {
   color: #020FBF;
 }
</style>

background-color css

<style>
 a { background-color: #020FBF; }

 a { background-color: rgb(2,15,191); }

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

border-color css

<style>
 span { border-color: #020FBF; }

 span { border-color: rgb(2,15,191); }

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