Html Css Color HEX #020FBE Medium Blue

📋 copy color: '#020FBE'

red 2 ◦ green 15 ◦ blue 190

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

Shades of Medium Blue #020FBE

Tints of Medium Blue #020FBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 91.79%

R = 0.97%
G = 7.25%
B = 91.79%

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

#020FBE (or 0x020FBE) is known color: Medium Blue. HEX triplet: 02, 0F and BE. RGB value is (2,15,190). Sum of RGB (Red+Green+Blue) = 2+15+190=207 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 190 (74.61% from 255 or 91.79% from 207); Max value from RGB is 190 - color contains mainly: blue. Hex color #020FBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020FBE is #FDF041. Grayscale: #1E1E1E. Windows color (decimal): -16642114 or 12455682. OLE color: 12455682.

HSL color Cylindrical-coordinate representation of color #020FBE: hue angle of 235.85º 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 #020FBE is Cyan = 0.99, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 2 15 190 -
CMYK 0.99 0.92 0 0.25
HSL 235.85º 0.98% 0.38% -
HSV(B) 235.85º 0.99% 0.75% -
XYZ 9.49 4.07 49 -
YUV 31.06 217.69 107.27 -
System Red Green Blue C M Y K H S L
Decimal 2 15 190 0.99 0.92 0 0.25 235.85 0.98 0.38
Hex 2 F BE 63 5C 0 19 EC 62 26
Octal 2 17 276 143 134 0 31 354 142 46
Binary 10 1111 10111110 1100011 1011100 0 11001 11101100 1100010 100110

Color Harmonies of #020FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020FBE

Black with #020FBE

Text Example


Text Example

White with #020FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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