Html Css Color HEX #020CBE Medium Blue

📋 copy color: '#020CBE'

red 2 ◦ green 12 ◦ blue 190

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

Shades of Medium Blue #020CBE

Tints of Medium Blue #020CBE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.88%

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

R = 0.98%
G = 5.88%
B = 93.14%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#020CBE (or 0x020CBE) is known color: Medium Blue. HEX triplet: 02, 0C and BE. RGB value is (2,12,190). Sum of RGB (Red+Green+Blue) = 2+12+190=204 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.98% from 204); Green value is 12 (5.08% from 255 or 5.88% from 204); Blue value is 190 (74.61% from 255 or 93.14% from 204); Max value from RGB is 190 - color contains mainly: blue. Hex color #020CBE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #020CBE is #FDF341. Grayscale: #1C1C1C. Windows color (decimal): -16642882 or 12454914. OLE color: 12454914.

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

Color convert

RGB 2 12 190 -
CMYK 0.99 0.94 0 0.25
HSL 236.81º 0.98% 0.38% -
HSV(B) 236.81º 0.99% 0.75% -
XYZ 9.45 3.99 48.99 -
YUV 29.3 218.69 108.53 -
System Red Green Blue C M Y K H S L
Decimal 2 12 190 0.99 0.94 0 0.25 236.81 0.98 0.38
Hex 2 C BE 63 5E 0 19 ED 62 26
Octal 2 14 276 143 136 0 31 355 142 46
Binary 10 1100 10111110 1100011 1011110 0 11001 11101101 1100010 100110

Color Harmonies of #020CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020CBE

Black with #020CBE

Text Example


Text Example

White with #020CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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