Html Css Color HEX #020EBB Medium Blue

📋 copy color: '#020EBB'

red 2 ◦ green 14 ◦ blue 187

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

Shades of Medium Blue #020EBB

Tints of Medium Blue #020EBB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.9%

 BLUE value IS 187 (73.44% from 255) = 92.12%

R = 0.99%
G = 6.9%
B = 92.12%

CMYK

 C value IS 0.99

 M value IS 0.93

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#020EBB (or 0x020EBB) is known color: Medium Blue. HEX triplet: 02, 0E and BB. RGB value is (2,14,187). Sum of RGB (Red+Green+Blue) = 2+14+187=203 (26% of max value = 765). Red value is 2 (1.17% from 255 or 0.99% from 203); Green value is 14 (5.86% from 255 or 6.90% from 203); Blue value is 187 (73.44% from 255 or 92.12% from 203); Max value from RGB is 187 - color contains mainly: blue. Hex color #020EBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020EBB is #FDF144. Grayscale: #1D1D1D. Windows color (decimal): -16642373 or 12258818. OLE color: 12258818.

HSL color Cylindrical-coordinate representation of color #020EBB: hue angle of 236.11º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #020EBB is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 2 14 187 -
CMYK 0.99 0.93 0 0.27
HSL 236.11º 0.98% 0.37% -
HSV(B) 236.11º 0.99% 0.73% -
XYZ 9.15 3.91 47.29 -
YUV 30.13 216.52 107.93 -
System Red Green Blue C M Y K H S L
Decimal 2 14 187 0.99 0.93 0 0.27 236.11 0.98 0.37
Hex 2 E BB 63 5D 0 1B EC 62 25
Octal 2 16 273 143 135 0 33 354 142 45
Binary 10 1110 10111011 1100011 1011101 0 11011 11101100 1100010 100101

Color Harmonies of #020EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020EBB

Black with #020EBB

Text Example


Text Example

White with #020EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,14,187); }

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

background-color css

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

 a { background-color: rgb(2,14,187); }

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

border-color css

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

 span { border-color: rgb(2,14,187); }

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